We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde35d0 commit ed301cfCopy full SHA for ed301cf
.github/workflows/document_generator.yaml
@@ -1,9 +1,10 @@
1
name: doxygen_generator
2
3
# version: 1.0.0
4
-# 1.0.1 # removed the need of secrets for the user e-mail and name
+# 1.0.1 # removed the need of secrets for the user e-mail and name.
5
# 1.0.2 # change the tag to only trigger when a -doc is appended to it.
6
-# 1.0.3 # Update the way the tag is processed in the flow
+# 1.0.3 # Update the way the tag is processed in the flow.
7
+# 1.0.4 # the page is now published from the main branch regardless of the branch having triggered the flow.
8
9
on:
10
push:
@@ -286,6 +287,7 @@ jobs:
286
287
- name: Checkout code
288
uses: actions/checkout@v5
289
with:
290
+ branch: main
291
fetch-depth: 0
292
293
- name: Get generated documentation
0 commit comments