Skip to content

Commit d5b006a

Browse files
authored
Update commit-doc-changes.yml
1 parent b475665 commit d5b006a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/commit-doc-changes.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
cd docs/build/html/
3434
git init
35+
touch .nojekyll
3536
git add -A
3637
git config --local user.email "action@github.com"
3738
git config --local user.name "GitHub Action"
@@ -42,7 +43,7 @@ jobs:
4243
git config --global --add safe.directory /github/workspace/docs/build/html
4344
4445
- name: Force push to destination branch
45-
uses: ad-m/github-push-action@v0.5.0
46+
uses: ad-m/github-push-action@v0.8.0
4647
with:
4748
github_token: ${{ secrets.GITHUB_TOKEN }}
4849
branch: rtd-pages

0 commit comments

Comments
 (0)