Skip to content

Commit 3c34555

Browse files
committed
try different sed syntax
1 parent 8bc6476 commit 3c34555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gen-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Build programming guide
7676
if: steps.check_squid_updates.outputs.had_update == 'true'
7777
run: |
78-
sed -i~ 's/PROJECT_NUMBER = .*/&-${{ steps.check_squid_updates.outputs.current}}/' doxyfile
78+
sed -i~ 's/^PROJECT_NUMBER.*= .*/PROJECT_NUMBER = master\/${{ steps.check_squid_updates.outputs.current}}/' doxyfile
7979
doxygen doxyfile
8080
8181
- name: update self

0 commit comments

Comments
 (0)