Skip to content

Commit 9f5c594

Browse files
committed
removing base in build step as now it lives in root
1 parent 8acf84b commit 9f5c594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/deploy_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- run: |
1717
npm install
18-
npm run docs:build -- --base /${{ github.event.repository.name }}/
18+
npm run docs:build
1919
- uses: JamesIves/github-pages-deploy-action@v4
2020
with:
2121
folder: ./.vitepress/dist/

0 commit comments

Comments
 (0)