Skip to content

Commit

Permalink
Typo... getting late!
Browse files Browse the repository at this point in the history
  • Loading branch information
pipwerks committed Feb 14, 2024
1 parent 5d0c954 commit 6ae20ec
Showing 1 changed file 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 docs .vitepress/dist/.nojekyll
touch docs/.vitepress/dist/.nojekyll
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs .vitepress/dist
path: docs/.vitepress/dist

# Deployment job
deploy:
Expand Down

0 comments on commit 6ae20ec

Please sign in to comment.