Skip to content

Commit df32ad3

Browse files
Use another Github Action to deploy the docs
1 parent 229256b commit df32ad3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
run: npm run build
2222

2323
- name: Deploy the documentation
24-
uses: grasilife/github-pages-deploy-action@master
24+
uses: JamesIves/github-pages-deploy-action@master
2525
env:
2626
BASE_BRANCH: source
2727
BRANCH: master
2828
FOLDER: ./docs/.vuepress/dist
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)