Skip to content

chore(deps): update actions/checkout digest to 11bd719 (#401) #290

chore(deps): update actions/checkout digest to 11bd719 (#401)

chore(deps): update actions/checkout digest to 11bd719 (#401) #290

Workflow file for this run

name: github-pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force