Skip to content

Commit

Permalink
set working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtaran committed Jul 16, 2024
1 parent bc138f5 commit 0e8502a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -46,9 +47,11 @@ jobs:

- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
working-directory: docs

- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
working-directory: docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 0e8502a

Please sign in to comment.