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: