We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c98f02 commit bcd0524Copy full SHA for bcd0524
1 file changed
.github/workflows/docs.yml
@@ -21,8 +21,10 @@ jobs:
21
cd mkdocs
22
mkdocs build -d ../target
23
- name: Deploy
24
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: crazy-max/ghaction-github-pages@v1
25
with:
26
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
27
- BRANCH: gh-pages # The branch the action should deploy to.
28
- FOLDER: target # The folder the action should deploy.
+ target_branch: gh-pages
+ build_dir: target # The folder the action should deploy.
+ committer_name: X2CommunityCore-Docs-Bot
29
+ env:
30
+ GITHUB_PAT: ${{ secrets.ACCESS_TOKEN }}
0 commit comments