Skip to content

Commit ed301cf

Browse files
committed
[UPDATE] the flow to deploy the html code from the main branch regardless of the parent branch triggering the flow
1 parent dde35d0 commit ed301cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/document_generator.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: doxygen_generator
22

33
# version: 1.0.0
4-
# 1.0.1 # removed the need of secrets for the user e-mail and name
4+
# 1.0.1 # removed the need of secrets for the user e-mail and name.
55
# 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
6+
# 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.
78

89
on:
910
push:
@@ -286,6 +287,7 @@ jobs:
286287
- name: Checkout code
287288
uses: actions/checkout@v5
288289
with:
290+
branch: main
289291
fetch-depth: 0
290292

291293
- name: Get generated documentation

0 commit comments

Comments
 (0)