We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229256b commit df32ad3Copy full SHA for df32ad3
.github/workflows/deploy-docs.yml
@@ -21,8 +21,9 @@ jobs:
21
run: npm run build
22
23
- name: Deploy the documentation
24
- uses: grasilife/github-pages-deploy-action@master
+ uses: JamesIves/github-pages-deploy-action@master
25
env:
26
BASE_BRANCH: source
27
BRANCH: master
28
FOLDER: ./docs/.vuepress/dist
29
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments