Skip to content

Commit 1df717c

Browse files
committed
Update GitHub Actions workflow with correct BASE_PATH
1 parent 24bcbef commit 1df717c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
EXPORT: 1
4040
UNOPTIMIZED: 1
41-
BASE_PATH: ${{ steps.configurepages.outputs.base_path }}
41+
BASE_PATH: /YunjueTech.github.io
4242
- uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: ./out

0 commit comments

Comments
 (0)