Skip to content

Commit

Permalink
clean old doc files
Browse files Browse the repository at this point in the history
  • Loading branch information
chalcolith committed Nov 1, 2024
1 parent 138da13 commit ca51595
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-push-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
fetch-depth: 0
- name: Copy Files and Commit
run: |
rm -rf ./chalcolith.github.io/kiuatan/*
cd ./chalcolith.github.io
git add .
git rm -r -f --quiet ./kiuatan/
cd ..
cp -R ./build/kiuatan-docs/site/* ./chalcolith.github.io/kiuatan/
mkdir -p ./chalcolith.github.io/kiuatan
cp -a ./build/kiuatan-docs/site/* ./chalcolith.github.io/kiuatan
cd ./chalcolith.github.io
git add .
git config user.name "Kiuatan GitHub Actions"
git config user.email "<>"
git add .
git commit -m "Updated Kiuatan documentation on `date`"
git push

0 comments on commit ca51595

Please sign in to comment.