Skip to content

chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to `1a4e93… #446

chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to `1a4e93…

chore(deps): bump squidfunk/mkdocs-material from 405aeb6 to `1a4e93… #446

Workflow file for this run

name: Docs
on:
push:
branches:
- main
paths:
- "docs/**"
- "mkdocs.yml"
permissions:
contents: read
jobs:
release-docs:
permissions:
id-token: write # trade JWT token for AWS credentials in AWS Docs account
contents: read # read from this repo to publish docs
secrets:
AWS_DOCS_ROLE_ARN: ${{ secrets.AWS_DOCS_ROLE_ARN }}
AWS_DOCS_BUCKET: ${{ secrets.AWS_DOCS_BUCKET }}
uses: ./.github/workflows/reusable_publish_docs.yml
with:
version: main
alias: stage