Skip to content

nofollow/noindex for root docs beta and for pydoctor (if theming is o… #36

nofollow/noindex for root docs beta and for pydoctor (if theming is o…

nofollow/noindex for root docs beta and for pydoctor (if theming is o… #36

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