Skip to content

Commit

Permalink
Add index.html to deb site
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Jan 7, 2021
1 parent a7cca73 commit 8fe2a35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8fe2a35

Please sign in to comment.