Skip to content

Commit

Permalink
remove old docs files
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Nov 1, 2024
1 parent 6f0735d commit 4e6a3c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main-push-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
fetch-depth: 0
- name: Copy Files and Commit
run: |
cp -R ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus/
rm -rf ./chalcolith.github.io/eohippus/*
cd ./chalcolith.github.io
git add .
cd ..
cp -R ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus/
git config user.name "Eohippus GitHub Actions"
git config user.email "<>"
git add .
Expand Down

0 comments on commit 4e6a3c7

Please sign in to comment.