Skip to content

trying to diagnose specific xml parsing error only on GH (#98) #30

trying to diagnose specific xml parsing error only on GH (#98)

trying to diagnose specific xml parsing error only on GH (#98) #30

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