Skip to content

Commit

Permalink
chore: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 25, 2024
1 parent c67a57a commit 4bf0f79
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
defaults:
run:
working-directory: ./docs
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -23,7 +26,6 @@ jobs:
cache: npm
- run: npm ci
- name: Build
working-directory: ./docs
run: npx vitepress build
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 4bf0f79

Please sign in to comment.