Skip to content

Commit

Permalink
use git rm
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Nov 1, 2024
1 parent 161578f commit 1f2b35a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main-push-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ jobs:
fetch-depth: 0
- name: Copy Files and Commit
run: |
rm -rf ./chalcolith.github.io/eohippus/*
cd ./chalcolith.github.io
git add .
git rm ./eohippus/*
cd ..
cp -R ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus/
git add .
cd ./chalcolith.github.io
git config user.name "Eohippus GitHub Actions"
git config user.email "<>"
git add .
git commit -m "Updated Eohippus documentation on `date`"
git push

0 comments on commit 1f2b35a

Please sign in to comment.