summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-04-29 20:43:33 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-04-29 20:43:33 +0200
commit4dae78b841e1b6841d9a7d5fc861cc692bb47092 (patch)
tree76b11f2ff5dcb02af3c8902ff9c2cca377f8b6bc
parentfbf17ef1bc96c4679b74fb813fa9f7249bbcd81b (diff)
Set current Dillo version in the manualfix-manual
-rw-r--r--.github/workflows/main.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 3ac54e6..f26ae18 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -37,8 +37,11 @@ jobs:
- name: Copy Doxygen docs to website directory
run: |
# For some reason they are generated by root user
+ cd dillo
+ sed -i "s/__VERSION__/$(git describe)/g" doc/user_help.in.html
+ cd ..
cp -a dillo/html web/doxygen
- cp dillo/doc/user_help.html web/user_help.html
+ cp dillo/doc/user_help.in.html web/user_help.html
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with: