Skip to content

dependencies: updating hashicorp/go-azure-sdk to `v0.20240409.11130… #8

dependencies: updating hashicorp/go-azure-sdk to `v0.20240409.11130…

dependencies: updating hashicorp/go-azure-sdk to `v0.20240409.11130… #8

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- main
paths:
- '.github/workflows/mkdocs.yaml'
- 'contributing/**'
workflow_dispatch:
permissions:
contents: write
deployments: write
pages: write
jobs:
build:
name: Publish Contributor GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Publish
uses: mhausenblas/mkdocs-deploy-gh-pages@d77dd03172e96abbcdb081d8c948224762033653 # 1.26
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml