Skip to content

Commit

Permalink
fix/deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnth committed Nov 21, 2023
1 parent 0cabe27 commit c9879ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
yarn run docs:build
touch .vitepress/dist/.nojekyll
- name: Upload artifact
working-directory: ./docs
uses: actions/upload-pages-artifact@v2
with:
path: .vitepress/dist
path: ./docs/.vitepress/dist

# Deployment job
deploy:
Expand Down

0 comments on commit c9879ee

Please sign in to comment.