Skip to content

build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 (#1031) #647

build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 (#1031)

build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 (#1031) #647

Workflow file for this run

name: docs
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: make gendocs
- run: mkdocs gh-deploy --force