Skip to content

Commit

Permalink
Fix vitepress deployment workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Jun 9, 2024
1 parent f4cebb9 commit 8f3c14f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ concurrency:
group: pages
cancel-in-progress: false

defaults:
run:
working-directory: docs/

jobs:
# Build job
build:
Expand All @@ -38,10 +42,8 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: pnpm install
working-directory: ./docs
- name: Build with VitePress
run: pnpm run build
working-directory: ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 8f3c14f

Please sign in to comment.