Skip to content

Commit 4bf0f79

Browse files
committedJan 25, 2024
chore: fix deploy
1 parent c67a57a commit 4bf0f79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
environment:
1414
name: github-pages
1515
url: ${{ steps.deployment.outputs.page_url }}
16+
defaults:
17+
run:
18+
working-directory: ./docs
1619
steps:
1720
- uses: actions/checkout@v3
1821
with:
@@ -23,7 +26,6 @@ jobs:
2326
cache: npm
2427
- run: npm ci
2528
- name: Build
26-
working-directory: ./docs
2729
run: npx vitepress build
2830
- uses: actions/configure-pages@v2
2931
- uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)
Please sign in to comment.