Skip to content

Commit

Permalink
chore: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RedstonePfalz authored Apr 8, 2024
1 parent ecb453b commit 72022c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
run: |
git pull --rebase
doxygen
tree
git config --global user.email "[email protected]"
git config --global user.name "AdministrationBot"
- name: Publish PHPDocs
run: |
git add .
git diff --quiet || git commit -m "docs: Update PHPDocs"
git status
git push
- name: Build classic docs
Expand Down

0 comments on commit 72022c8

Please sign in to comment.