From 4dae78b841e1b6841d9a7d5fc861cc692bb47092 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 29 Apr 2024 20:43:33 +0200 Subject: Set current Dillo version in the manual --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3