Update .gitea/workflows/build.yml
Build and Deploy Docs / build (push) Failing after 30s

This commit is contained in:
2025-09-25 11:35:41 +02:00
parent 09ef5c0f3b
commit d083948dfe
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
git fetch origin git fetch origin
git checkout --orphan pages git checkout --orphan pages
git rm -rf . git rm -rf .
cp -r docs/html/* . cp -r doc/html/* .
git add . git add .
git commit -m "Update docs" || echo "No changes to commit" git commit -m "Update docs" || echo "No changes to commit"
git push https://$USERNAME:${{ secrets.GITEA_TOKEN }}@homelinuxserver.ddns.net/git/<username>/<repo>.git pages --force git push https://$USERNAME:${{ secrets.GITEA_TOKEN }}@homelinuxserver.ddns.net/git/<username>/<repo>.git pages --force