Skip to content

Commit

Permalink
bump 2
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Nov 1, 2024
1 parent eea2d4f commit a426608
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main-push-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
echo Site stylesheets before
ls ./chalcolith.github.io/eohippus/assets/stylesheets/
cp -R ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus/
echo Stylesheets after
echo Site stylesheets after
ls ./chalcolith.github.io/eohippus/assets/stylesheets/
- name: Commit
run: |
cd ./chalcolith.github.io/eohippus
cd ./chalcolith.github.io
git config user.name "Eohippus GitHub Actions"
git config user.email "<>"
git commit -a -m "Updated Eohippus documentation on `date`"
git add .
git commit -m "Updated Eohippus documentation on `date`"
git push

0 comments on commit a426608

Please sign in to comment.