Skip to content

Commit

Permalink
Fixing file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pipwerks committed Feb 14, 2024
1 parent 92a3da1 commit 5d0c954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:
- name: Build with VitePress
run: |
npm run docs:build
touch .vitepress/dist/.nojekyll
touch docs .vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: .vitepress/dist
path: docs .vitepress/dist

# Deployment job
deploy:
Expand Down
Empty file removed docs/.vitepress/dist/.nojekyll
Empty file.

0 comments on commit 5d0c954

Please sign in to comment.