Skip to content

Commit 90a9900

Browse files
Checkout the new repo before using the Github action
1 parent 7ab3b22 commit 90a9900

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
cd docs/.vuepress/dist
2626
git init
2727
28+
- uses: actions/checkout@v2
29+
with:
30+
path: "./docs/.vuepress/dist"
31+
2832
- name: Commit changes
2933
uses: EndBug/add-and-commit@master
3034
with:

0 commit comments

Comments
 (0)