Skip to content

Commit

Permalink
git rm fun
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Nov 1, 2024
1 parent 7f3a106 commit 8567e24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main-push-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
- name: Copy Files and Commit
run: |
cd ./chalcolith.github.io
git rm -r ./eohippus/*
git rm -r -f --quiet ./eohippus/
cd ..
cp -R ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus/
mkdir -p ./chalcolith.github.io/eohippus
cp -a ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus
cd ./chalcolith.github.io
git add .
git config user.name "Eohippus GitHub Actions"
Expand Down

0 comments on commit 8567e24

Please sign in to comment.