Skip to content

chore(deps): update terraform cloudflare to ~> 5.17.0 #856

chore(deps): update terraform cloudflare to ~> 5.17.0

chore(deps): update terraform cloudflare to ~> 5.17.0 #856

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v6
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: k8s-gitops.fullstackjam.com
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base