Skip to content

feat(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 … #392

feat(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 …

feat(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 … #392

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 main
uses: actions/checkout@v4
- 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.GO_RELEASER_GITHUB_TOKEN }}
CUSTOM_DOMAIN: cxcli.xavidop.me
CONFIG_FILE: ./docs/mkdocs.yml
EXTRA_PACKAGES: build-base
# GITHUB_DOMAIN: github.myenterprise.com
REQUIREMENTS: ./docs/requirements.txt