Skip to content

Commit

Permalink
fix path build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanodecillis committed Sep 14, 2023
1 parent 2f3a554 commit a5f4228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
- name: Build with VitePress
run: |
yarn docs:build
touch docs/.vitepress/dist/.nojekyll
touch .vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: docs/.vitepress/dist
path: .vitepress/dist

# Deployment job
deploy:
Expand Down

0 comments on commit a5f4228

Please sign in to comment.