Skip to content

Commit

Permalink
ci: fix deploy docs actions
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Sep 9, 2024
1 parent 7ad05c9 commit e778cd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs_site_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
working-directory: docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
working-directory: docs
with:
path: ./.vitepress/dist
path: ./docs/.vitepress/dist

# Deployment job
deploy:
Expand Down

0 comments on commit e778cd3

Please sign in to comment.