Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in develop that were never merged #217

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add jazzy docs action
Signed-off-by: Joseph Mattello <[email protected]>
JoeMatt committed May 8, 2024

Verified

This commit was signed with the committer’s verified signature.
JoeMatt Joe Mattiello
commit db3b17f415c03552015db29462b9ef31663d0549
17 changes: 17 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: PublishDocumentation

on:
release:
types: [published]

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