Skip to content

Commit

Permalink
Merge pull request #223 from jhudsl/workflow-fix
Browse files Browse the repository at this point in the history
Running into some issues with commit on toc-less
  • Loading branch information
avahoffman authored Aug 23, 2024
2 parents b2164bc + 118a9d0 commit 6710830
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,9 @@ jobs:
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
git remote set-url origin https://${GH_PAT}@github.com/${GITHUB_REPOSITORY}
git fetch origin
git add --force docs/no_toc*
git commit -m 'Render toc-less' || echo "No changes to commit"
git pull --set-upstream origin $branch_name --allow-unrelated-histories --strategy-option=ours
git status docs/no_toc*
git push -u origin main || echo "No changes to push"
render-leanpub:
Expand Down

0 comments on commit 6710830

Please sign in to comment.