Update .gitea/workflows/doxygen.yaml

This commit is contained in:
thijskamphuis 2025-01-28 22:12:17 +01:00
parent 9b5d908f47
commit c216d391fd

View File

@ -23,8 +23,10 @@ jobs:
run: | run: |
doxygen Doxyfile doxygen Doxyfile
- name: Upload Documentation as Artifact - name: Execute Pterodactyl Power Action
uses: actions/upload-artifact@v4 uses: D3OXY/pterodactyl-power@V1
with: with:
name: doxygen-docs PANEL_URL: "https://pte.nucs.me"
path: docs/ API_KEY: ${{ secrets.PTERODACTYL_API_KEY }}
SERVER_ID: ${{ secrets.PTERODACTYL_SERVER_ID }}
POWER_ACTION: "RESTART"