We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbeda98 commit 50ed8a1Copy full SHA for 50ed8a1
.github/workflows/gen-docs.yaml
@@ -67,6 +67,7 @@ jobs:
67
- name: Build programming guide
68
if: steps.check_squid_updates.outputs.had_update == 'true'
69
run: |
70
+ sed -i~ 's/PROJECT_NUMBER = .*/& (commit ${{ steps.check_squid_updates.outputs.current }})/' doxyfile
71
doxygen doxyfile
72
73
- name: update self
0 commit comments