Skip to content

Commit 47ce6f8

Browse files
committed
Address copilot findings
1 parent d0278b3 commit 47ce6f8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ppvm-python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)