Skip to content

Commit 8f96454

Browse files
committed
ci: update docs workflow
1 parent ceb63ad commit 8f96454

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# @url : https://github.com/Aetherinox
66
# ---------------------------------------------------------------------------------------
77

8-
name: "📒 Documentation › Build"
9-
run-name: "📒 Documentation › Build"
8+
name: "📒 Docs › Build"
9+
run-name: "📒 Docs › Build"
1010

1111
# ---------------------------------------------------------------------------------------
1212
# environment variables
@@ -16,6 +16,7 @@ env:
1616
ASSIGN_USER: Aetherinox
1717
BOT_NAME_1: AdminServ
1818
BOT_NAME_2: AdminServX
19+
BOT_NAME_3: EuropaServ
1920
BOT_NAME_DEPENDABOT: dependabot[bot]
2021

2122
# ---------------------------------------------------------------------------------------
@@ -44,15 +45,28 @@ jobs:
4445
name: Orion
4546

4647
steps:
48+
49+
# ---------------------------------------------------------------------------------------
50+
# Checkout
51+
# ---------------------------------------------------------------------------------------
52+
4753
- name: "☑️ Checkout"
4854
uses: actions/checkout@v4
4955

56+
# ---------------------------------------------------------------------------------------
57+
# Setup Python
58+
# ---------------------------------------------------------------------------------------
59+
5060
- name: "🐍 Setup Python"
5161
id: task_build_python_setup
5262
uses: actions/setup-python@v5
5363
with:
5464
python-version: 3.x
5565

66+
# ---------------------------------------------------------------------------------------
67+
# Build Documentation
68+
# ---------------------------------------------------------------------------------------
69+
5670
- name: >-
5771
📕 Build Documentation
5872
id: task_build_docs
@@ -74,6 +88,10 @@ jobs:
7488
env:
7589
GH_TOKEN: ${{ secrets.ADMINSERV_TOKEN }}
7690
91+
# ---------------------------------------------------------------------------------------
92+
# Deploy
93+
# ---------------------------------------------------------------------------------------
94+
7795
- name: "💽 Deploy"
7896
id: task_build_deploy
7997
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)