Skip to content

Commit

Permalink
chore: update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwessel committed Feb 23, 2024
1 parent d2d7ee5 commit 0a11511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cd website && npm ci # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: |
npm run build:doc
cd website && npm run build:doc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 0a11511

Please sign in to comment.