Skip to content

Commit 464ba58

Browse files
Rollback to github-pages-deploy-action v2
1 parent 883e78e commit 464ba58

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
run: npm run build
2222

2323
- name: Deploy the documentation
24-
uses: JamesIves/github-pages-deploy-action@4.1.1
24+
uses: JamesIves/github-pages-deploy-action@releases/v2
2525
env:
26-
branch: master
27-
folder: docs/.vuepress/dist
26+
BASE_BRANCH: source
27+
BRANCH: master
28+
FOLDER: docs/.vuepress/dist
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)