Skip to content

GitHub Actions are still grumpy #75

GitHub Actions are still grumpy

GitHub Actions are still grumpy #75

Workflow file for this run

name: PublishDocumentation
on:
release:
types: [published]
push:
branches: [ main ]
jobs:
deploy_docs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Publish Jazzy Docs
uses: steven0351/publish-jazzy-docs@v1
with:
personal_access_token: ${{ secrets.ACCESS_TOKEN }}
config: .jazzy.yaml