File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change 5
5
# @url : https://github.com/Aetherinox
6
6
# ---------------------------------------------------------------------------------------
7
7
8
- name : " 📒 Documentation › Build"
9
- run-name : " 📒 Documentation › Build"
8
+ name : " 📒 Docs › Build"
9
+ run-name : " 📒 Docs › Build"
10
10
11
11
# ---------------------------------------------------------------------------------------
12
12
# environment variables
16
16
ASSIGN_USER : Aetherinox
17
17
BOT_NAME_1 : AdminServ
18
18
BOT_NAME_2 : AdminServX
19
+ BOT_NAME_3 : EuropaServ
19
20
BOT_NAME_DEPENDABOT : dependabot[bot]
20
21
21
22
# ---------------------------------------------------------------------------------------
@@ -44,15 +45,28 @@ jobs:
44
45
name : Orion
45
46
46
47
steps :
48
+
49
+ # ---------------------------------------------------------------------------------------
50
+ # Checkout
51
+ # ---------------------------------------------------------------------------------------
52
+
47
53
- name : " ☑️ Checkout"
48
54
uses : actions/checkout@v4
49
55
56
+ # ---------------------------------------------------------------------------------------
57
+ # Setup Python
58
+ # ---------------------------------------------------------------------------------------
59
+
50
60
- name : " 🐍 Setup Python"
51
61
id : task_build_python_setup
52
62
uses : actions/setup-python@v5
53
63
with :
54
64
python-version : 3.x
55
65
66
+ # ---------------------------------------------------------------------------------------
67
+ # Build Documentation
68
+ # ---------------------------------------------------------------------------------------
69
+
56
70
- name : >-
57
71
📕 Build Documentation
58
72
id: task_build_docs
74
88
env:
75
89
GH_TOKEN: ${{ secrets.ADMINSERV_TOKEN }}
76
90
91
+ # ---------------------------------------------------------------------------------------
92
+ # Deploy
93
+ # ---------------------------------------------------------------------------------------
94
+
77
95
- name : " 💽 Deploy"
78
96
id : task_build_deploy
79
97
uses : peaceiris/actions-gh-pages@v4
You can’t perform that action at this time.
0 commit comments