Skip to content

Commit 5c78201

Browse files
committed
[UPDATE] the doxygen workflow in the hopes that the tag management is fixed
1 parent 73fbfdc commit 5c78201

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/document_generator.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,10 @@ jobs:
531531
git fetch origin main:main
532532
git checkout main
533533
534-
echo "$(date)" > .github/last_triggered_by_tag
535-
git add .github/last_triggered_by_tag
536-
git commit -m "Trigger HTML deployment from tag ${{ github.ref_name }}"
534+
TRIGGER_FILE=".github/last_triggered_by_tag_doxygen"
535+
echo "$(date)" > $TRIGGER_FILE
536+
git add $TRIGGER_FILE
537+
git commit -m "[TRIGGER] HTML deployment from tag ${{ github.ref_name }}"
537538
538539
# Push back to main
539540
git push origin main

0 commit comments

Comments
 (0)