This commit is contained in:
parent
a5aaceb7e3
commit
cc83fe1b35
@ -1,32 +1,31 @@
|
|||||||
name: Gitea Actions Demo
|
name: Doxygen
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Doxygen:
|
Doxygen:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Install Doxygen
|
- name: Install Doxygen
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y doxygen
|
sudo apt-get install -y doxygen
|
||||||
|
|
||||||
- name: Generate Doxygen Documentation
|
- name: Generate Doxygen Documentation
|
||||||
run: |
|
run: |
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
- name: Execute Pterodactyl Power Action
|
- name: Execute Pterodactyl Power Action
|
||||||
uses: thijskamphuis/pte-power@main
|
uses: thijskamphuis/pte-power@main
|
||||||
with:
|
with:
|
||||||
PANEL_URL: "https://pte.nucs.me"
|
PANEL_URL: "https://pte.nucs.me"
|
||||||
API_KEY: ${{ secrets.PTERODACTYL_API_KEY }}
|
API_KEY: ${{ secrets.PTERODACTYL_API_KEY }}
|
||||||
SERVER_ID: ${{ secrets.PTERODACTYL_SERVER_ID }}
|
SERVER_ID: ${{ secrets.PTERODACTYL_SERVER_ID }}
|
||||||
POWER_ACTION: "RESTART"
|
POWER_ACTION: "RESTART"
|
||||||
Loading…
x
Reference in New Issue
Block a user