Skip to content

Merge pull request #102 from voxel51/feature/typedoc-meta #37

Merge pull request #102 from voxel51/feature/typedoc-meta

Merge pull request #102 from voxel51/feature/typedoc-meta #37

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