Files
humans.txt/.github/workflows/deploy.yml
T
Tim Ruffles ce6486363e html mode
2019-12-20 12:31:00 +00:00

20 lines
452 B
YAML

on:
push:
branches: ["master", "deploy-test"]
jobs:
depoy:
runs-on: ubuntu-latest
steps:
- run: mkdir gh-pages
- uses: actions/checkout@v2
- uses: ./
with:
format: html
output: ./gh-pages/index.html
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_DIR: ./gh-pages
PUBLISH_BRANCH: gh-pages