diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6309ca0..bbbebb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,10 @@ jobs: gpg -abs --no-tty --batch --yes -o - Release > Release.gpg gpg --clearsign --no-tty --batch --yes -o - Release > InRelease working-directory: deb + - uses: ZacJW/markdown-html-action@1.1.0 + with: + input_files: '[["README.md"]]' + output_files: '["deb/index.html"]' - name: Deploy deb packages uses: JamesIves/github-pages-deploy-action@3.7.1 with: