Skip to content

fix(defaults): automerge GH actions and terraform PRs #29

fix(defaults): automerge GH actions and terraform PRs

fix(defaults): automerge GH actions and terraform PRs #29

Workflow file for this run

name: mkdocs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: requirements.txt