Skip to content

Commit

Permalink
amend output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Aug 29, 2024
1 parent bb14f4b commit 05d495e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: dist
path: docs/dist

deploy:
runs-on: ubuntu-latest
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/download-artifact@master
with:
name: github-pages
path: dist
path: docs/dist
- uses: actions/configure-pages@v5
- id: deployment
uses: actions/deploy-pages@main
2 changes: 1 addition & 1 deletion vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,5 @@ export default defineConfig({
link: '/contributing',
},
{ text: 'Blog', link: '/blog', match: '/blog' },
],
],
})

0 comments on commit 05d495e

Please sign in to comment.