diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dc3b1e..73f8cde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,6 @@ jobs: run: | git pull --rebase doxygen - tree git config --global user.email "147314055+AdministrationBot@users.noreply.github.com" git config --global user.name "AdministrationBot" @@ -66,6 +65,7 @@ jobs: run: | git add . git diff --quiet || git commit -m "docs: Update PHPDocs" + git status git push - name: Build classic docs