Skip to content

Merge pull request #2031 from hashicorp/create-pull-request/patch #699

Merge pull request #2031 from hashicorp/create-pull-request/patch

Merge pull request #2031 from hashicorp/create-pull-request/patch #699

Workflow file for this run

name: publish-docs
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@d77dd03172e96abbcdb081d8c948224762033653 # 1.26
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml