Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
howardbaik committed Apr 26, 2024
1 parent 258e5ce commit 7a2861a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/render-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
git remote set-url origin https://${GH_PAT}@github.com/${GITHUB_REPOSITORY}
git add --force docs/no_toc
git commit -m 'Empty docs/no_toc folder' || echo "No changes to commit"
git add --force docs/*
git commit -m 'Empty docs folder' || echo "No changes to commit"
git push -u origin main || echo "No changes to push"
# Rendered content for Leanpub and Coursera is similar.
Expand Down

0 comments on commit 7a2861a

Please sign in to comment.