Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner authored Sep 11, 2023
1 parent 81b21ae commit 88c352e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
touch .nojekyll
git add .nojekyll
git diff --quiet && git diff --staged --quiet || git commit -m "Upload documentation from latest commit"
- name: Push changes to gh-pages
uses: ad-m/github-push-action@master
Expand Down

0 comments on commit 88c352e

Please sign in to comment.