html mode

This commit is contained in:
Tim Ruffles
2019-12-20 12:31:00 +00:00
parent 552403eec3
commit ce6486363e
3 changed files with 13 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v2
- uses: ./
with:
format: txt
output: ./humans.txt
format: html
output: ./gh-pages/index.html
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}