Skip to content

Commit

Permalink
Add before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosen25 authored Aug 23, 2023
1 parent 6137705 commit 92910d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-esmpy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Commit and publish docs
run: |
cd ${{ github.workspace }}/esmpy_doc
git add .
git diff-index --quiet HEAD || git commit --message "Publish ESMPy Docs"
git push origin
rm ~/.ssh/id_rsa

0 comments on commit 92910d6

Please sign in to comment.