Skip to content

Commit 4c4d02b

Browse files
Mattclaude
andcommitted
Fix GitHub Pages base path for php repo
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 838edf3 commit 4c4d02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: npm run build
3535
env:
36-
BASE_PATH: '/rust'
36+
BASE_PATH: '/php'
3737

3838
- name: Upload artifact
3939
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)