Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created October 4, 2020 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/df4e8ca7be49142dd8b790e21b0443b1 to your computer and use it in GitHub Desktop.
Save laevandus/df4e8ca7be49142dd8b790e21b0443b1 to your computer and use it in GitHub Desktop.
name: PublishDocumentation
on:
workflow_dispatch:
release:
types: [ published ]
jobs:
publish:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Publish Jazzy Docs
uses: steven0351/publish-jazzy-docs@v1
with:
personal_access_token: ${{ secrets.ACCESS_TOKEN }}
config: .jazzy.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment