This commit is contained in:
Tim Ruffles
2019-12-20 12:00:36 +00:00
parent 67128ceb50
commit a9625873ff
+2 -2
View File
@@ -6,11 +6,11 @@ jobs:
depoy:
runs-on: ubuntu-latest
steps:
- run: mkdir -p /github/workspace/gh-pages
- run: mkdir gh-pages
- uses: ./
with:
format: txt
output: ./gh-pages/humans.txt
output: ./humans.txt
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}