chore(deps): bump squidfunk/mkdocs-material from 479a06a
to `f226a2…
#363
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: inherit | |
uses: ./.github/workflows/reusable_publish_docs.yml | |
with: | |
version: main | |
alias: stage |