Skip to content

Commit a0802e3

Browse files
committed
update github actions
1 parent c7edad6 commit a0802e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- run: yarn
1515

1616
- name: Build
17-
run: npx vuepress build
17+
run: yarn build
1818

1919
- name: Deploy
2020
uses: peaceiris/actions-gh-pages@v3
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
23-
publish_dir: ./.vuepress/dist
23+
publish_dir: ./docs/.vuepress/dist

0 commit comments

Comments
 (0)