Skip to content

Commit 50ed8a1

Browse files
committed
include commit id in project name
1 parent fbeda98 commit 50ed8a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gen-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- name: Build programming guide
6868
if: steps.check_squid_updates.outputs.had_update == 'true'
6969
run: |
70+
sed -i~ 's/PROJECT_NUMBER = .*/& (commit ${{ steps.check_squid_updates.outputs.current }})/' doxyfile
7071
doxygen doxyfile
7172
7273
- name: update self

0 commit comments

Comments
 (0)