Give it a go

This commit is contained in:
Tim Ruffles
2019-12-20 11:54:25 +00:00
parent 66f0298c3d
commit 67128ceb50
+17
View File
@@ -0,0 +1,17 @@
on:
push:
branches: ["master", "deploy-test"]
jobs:
depoy:
runs-on: ubuntu-latest
steps:
- run: mkdir -p /github/workspace/gh-pages
- uses: ./
with:
format: txt
output: ./gh-pages/humans.txt
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_DIR: ./gh-pages