Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 1, 2023
1 parent bfd6301 commit 4d57181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: docs-build
path: packages/docs/.output
path: packages/docs/.vitepress
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docs-build
path: packages/docs/.output
path: packages/docs/.vitepress

- name: Install dependencies
run: pnpm --filter docs install
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: docs-build
path: packages/docs/.output
path: packages/docs/.vitepress

- name: Install dependencies
run: pnpm --filter docs install
Expand Down

0 comments on commit 4d57181

Please sign in to comment.