fix: syntax err in workflow
Some checks failed
Deploy Pages / Generate-Pages (push) Failing after 1m11s

This commit is contained in:
Linloir 2024-10-09 23:13:12 +08:00
parent 422fa4dc09
commit d3f4c7ee44
Signed by: Linloir
GPG Key ID: 3D6B9EC35C923C81

View File

@ -33,7 +33,7 @@ jobs:
- name: Copy new files
run: cp -r ../pages/* .
- name: Commit and Push back Changes
use: https://github.com/stefanzweifel/git-auto-commit-action@v5
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Auto deploy pages"
commit_user_name: "Gitea-Actions[bot]"