Skip to content

Commit

Permalink
wip: test build script in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Dec 19, 2023
1 parent 67d27eb commit 435110e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ jobs:
git config user.name "docs.yml"
git config user.email "<>"
git add --all
git commit -m "docs.yml"
git push origin main
if ! git diff-index --quiet HEAD; then
git commit -m "docs.yml"
git push origin main
fi
# - name: Publish the site!
# run: |
Expand Down

0 comments on commit 435110e

Please sign in to comment.