Update .gitea/workflows/doxygen.yaml
This commit is contained in:
parent
9b5d908f47
commit
c216d391fd
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user