Skip to content

Commit

Permalink
fix github deployment pos
Browse files Browse the repository at this point in the history
  • Loading branch information
aprosail committed Jun 23, 2024
1 parent c9bc791 commit 0847748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: npm install
- run: npm run doc.build
- uses: actions/upload-pages-artifact@v3
with: {path: .vitepress/dist}
with: {path: docs/.vitepress/dist}

deploy:
environment:
Expand Down

0 comments on commit 0847748

Please sign in to comment.