Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/techdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ on:

jobs:
publish-techdocs-site:
# Pinned: v16.0.0 needs TECHDOCS_AZURE_ACCOUNT_NAME, which isn't scoped to this repo. See #333.
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v17.0.1
# Pinned: v16.0.0 and later need TECHDOCS_AZURE_ACCOUNT_NAME, which isn't scoped to this repo.
# See #333. Unpin once the org variable is available here.
uses: Staffbase/gha-workflows/.github/workflows/template_techdocs.yml@v11.1.0
with:
entity-name: plugins-client-sdk
secrets:
Expand Down
Loading