Skip to content

Updated instructions, a bit of TOC improvement, and two getting start… #32

Updated instructions, a bit of TOC improvement, and two getting start…

Updated instructions, a bit of TOC improvement, and two getting start… #32

Workflow file for this run

---
name: Publish Voxel51 Docs
on:
push:
branches:
- main
paths-ignore:
- CONTRIBUTING.md
- GETTING_STARTED_FORMAT.md
- LICENSE
- README.md
- .gitignore
jobs:
publish-docs:
permissions:
contents: read
id-token: write
uses: ./.github/workflows/_publish.yml
with:
secret-key: GCP_DOCS_LOCATION
src-dir: site/
src-ref: ${{ github.ref }}
secrets: inherit