diff --git a/.github/workflows/main-push-update-docs.yml b/.github/workflows/main-push-update-docs.yml index c06f01a..b7f2035 100644 --- a/.github/workflows/main-push-update-docs.yml +++ b/.github/workflows/main-push-update-docs.yml @@ -43,6 +43,7 @@ jobs: git add . cd .. cp -R ./build/eohippus-docs/site/* ./chalcolith.github.io/eohippus/ + cd ./chalcolith.github.io git config user.name "Eohippus GitHub Actions" git config user.email "<>" git add .