Update .gitea/workflows/doxygen.yaml
This commit is contained in:
parent
9b5d908f47
commit
c216d391fd
@ -23,8 +23,10 @@ jobs:
|
||||
run: |
|
||||
doxygen Doxyfile
|
||||
|
||||
- name: Upload Documentation as Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: doxygen-docs
|
||||
path: docs/
|
||||
- name: Execute Pterodactyl Power Action
|
||||
uses: D3OXY/pterodactyl-power@V1
|
||||
with:
|
||||
PANEL_URL: "https://pte.nucs.me"
|
||||
API_KEY: ${{ secrets.PTERODACTYL_API_KEY }}
|
||||
SERVER_ID: ${{ secrets.PTERODACTYL_SERVER_ID }}
|
||||
POWER_ACTION: "RESTART"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user