Files
books-futures-explained/.github/workflows/blank.yml
Carl Fredrik Samson fd8e9059c5 Update blank.yml
2020-01-25 14:30:49 +01:00

24 lines
449 B
YAML

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: mdBook Action
uses: peaceiris/actions-mdbook@v1.1.4
with:
mdbook-version: 'latest'
- run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./book