diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index cee00a4..dae5579 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -30,6 +30,6 @@ jobs: TOKEN=$(echo -n "x-access-token:${GITHUB_TOKEN}" | base64) git -c http.extraHeader="Authorization: Basic ${TOKEN}" push origin -d pages || true git checkout -b pages - git add * + git add . git commit -m "gen pages" git -c http.extraHeader="Authorization: Basic ${TOKEN}" push -u origin pages