feat: add workflow logs
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 30s

This commit is contained in:
Linloir 2024-10-09 23:42:19 +08:00
parent 5d490bfb8c
commit 003c7d5895
Signed by: Linloir
GPG Key ID: 3D6B9EC35C923C81

View File

@ -33,9 +33,13 @@ jobs:
git fetch
git checkout publish
- name: Remove old files
run: rm -rf `ls | grep -v .git`
run: |
rm -rf `ls | grep -v .git`
ls -al
- name: Copy new files
run: cp -r ../pages/* .
run: |
cp -r ../pages/* .
ls -al
- name: Commit and Push back Changes
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with: