Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Nov 1, 2024
1 parent a426608 commit 6f0735d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main-push-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,9 @@ jobs:
ref: main
path: chalcolith.github.io
fetch-depth: 0
- name: Copy Files
- name: Copy Files and Commit
run: |
echo Generated stylesheets
ls ./build/eohippus-docs/site/assets/stylesheets/
echo Site stylesheets before
ls ./chalcolith.github.io/eohippus/assets/stylesheets/
cp -R ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus/
echo Site stylesheets after
ls ./chalcolith.github.io/eohippus/assets/stylesheets/
- name: Commit
run: |
cd ./chalcolith.github.io
git config user.name "Eohippus GitHub Actions"
git config user.email "<>"
Expand Down

0 comments on commit 6f0735d

Please sign in to comment.