Skip to content

tech(entity): Introduce metadata system (#72) #42

tech(entity): Introduce metadata system (#72)

tech(entity): Introduce metadata system (#72) #42

Workflow file for this run

name: PublishDocumentation
on:
push:
branches:
- main
jobs:
test:
runs-on: macos-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Publish Jazzy Docs
uses: steven0351/publish-jazzy-docs@v1
with:
personal_access_token: ${{ secrets.DOC_ACCESS_TOKEN }}