Skip to content

Commit

Permalink
Adding citation and pushing docs to remote
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin committed Dec 18, 2023
1 parent 19291c8 commit 682c401
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@ jobs:
doxygen Doxyfile
- name: Push Docs to HydroCouple Website Repo
env:
USERNAME: github-actions[bot]
MESSAGE: Documentation update
uses: actions/checkout@v4
run: |
cp -RT HydroCouple/docs/html hydrocouple.github.io/hydrocoupledocs/html
cd hydrocouple.github.io
git config --local user.name "${{ env.USERNAME }}}"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name github-actions[bot]
git config --local user.email github-actions[bot]@github.com
git add -A
git commit -m "${{ env.MESSAGE }}"
git commit -m "CI: Updated HydroCouple Docs"
git push
Expand Down

0 comments on commit 682c401

Please sign in to comment.