File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 id : compute-base
107107 run : |
108108 if [[ "${{ github.event_name }}" == "pull_request" ]]; then
109- echo "base=/ppvm/pr-preview/pr-${{ github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
109+ echo "base=/ppvm/pr-preview/pr-${{ github.event.pull_request.number }}/ " >> "$GITHUB_OUTPUT"
110110 else
111111 echo "base=/ppvm/" >> "$GITHUB_OUTPUT"
112112 fi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { defineConfig } from "astro/config";
44// three deploy targets:
55// · local dev: PPVM_SITE=http://localhost:4321 PPVM_BASE=/
66// · main → gh-pages: PPVM_SITE=https://queracomputing.github.io PPVM_BASE=/ppvm/
7- // · PR preview deploy: PPVM_SITE=https://queracomputing.github.io PPVM_BASE=/ppvm/pr-preview/pr-<N>
7+ // · PR preview deploy: PPVM_SITE=https://queracomputing.github.io PPVM_BASE=/ppvm/pr-preview/pr-<N>/
88//
99// The site is a GitHub Pages *project* page served from the `/ppvm/`
1010// subpath, so the deployed base must be `/ppvm/`. The default base stays
Original file line number Diff line number Diff line change 1- [ ![ CI - python ] ( https://github.com/QuEraComputing/ppvm/actions/workflows/python- ci.yml/badge.svg )] ( https://github.com/QuEraComputing/ppvm/actions/workflows/python- ci.yml )
1+ [ ![ CI] ( https://github.com/QuEraComputing/ppvm/actions/workflows/ci.yml/badge.svg )] ( https://github.com/QuEraComputing/ppvm/actions/workflows/ci.yml )
22
33# ppvm (Python)
44
You can’t perform that action at this time.
0 commit comments