Skip to content

Commit

Permalink
ci: Push docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijanhusak committed Jan 24, 2024
1 parent 41fedb9 commit dab318f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.email [email protected]
git add doc/orgmode.txt
# Only commit and push if we have changes
git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push -u $GH_TOKEN)
git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push origin master -u $GH_TOKEN)
api_docgen:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
git config user.email [email protected]
git add doc/orgmode_api.txt
# Only commit and push if we have changes
git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push -u $GH_TOKEN)
git diff --quiet && git diff --staged --quiet || (git commit -m "${COMMIT_MSG}"; git push origin master -u $GH_TOKEN)

0 comments on commit dab318f

Please sign in to comment.