We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03013c6 commit cac6388Copy full SHA for cac6388
1 file changed
.github/workflows/main.yml
@@ -133,6 +133,9 @@ jobs:
133
cd Spore-ModAPI
134
python3 ../m.css/documentation/doxygen.py "Documentation/Doxygen-mcss.txt" --debug
135
136
+ - name: Configure URL
137
+ run: echo "modapi-docs.sporecommunity.com" > modapi-generated-docs/html/CNAME
138
+
139
- name: Commit documentation pages
140
run: |
141
0 commit comments