Skip to content

Instantly share code, notes, and snippets.

@ethomson
Last active December 10, 2019 21:44
Show Gist options
  • Save ethomson/5244d867cb44c3d855f05094562d6dc2 to your computer and use it in GitHub Desktop.
Save ethomson/5244d867cb44c3d855f05094562d6dc2 to your computer and use it in GitHub Desktop.
name: Publish Documentation
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- run: scripts/publish_docs.sh
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment