We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b475665 commit d5b006aCopy full SHA for d5b006a
.github/workflows/commit-doc-changes.yml
@@ -32,6 +32,7 @@ jobs:
32
run: |
33
cd docs/build/html/
34
git init
35
+ touch .nojekyll
36
git add -A
37
git config --local user.email "action@github.com"
38
git config --local user.name "GitHub Action"
@@ -42,7 +43,7 @@ jobs:
42
43
git config --global --add safe.directory /github/workspace/docs/build/html
44
45
- name: Force push to destination branch
- uses: ad-m/github-push-action@v0.5.0
46
+ uses: ad-m/github-push-action@v0.8.0
47
with:
48
github_token: ${{ secrets.GITHUB_TOKEN }}
49
branch: rtd-pages
0 commit comments