Skip to content

chore: update annotation to infra annotation #52

chore: update annotation to infra annotation

chore: update annotation to infra annotation #52

Workflow file for this run

name: github-pages-ci
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
- name: 'install dependencies'
working-directory: ./guides
run: pip install -r requirements.txt
- name: 'deploy page'
working-directory: ./guides
run: mkdocs gh-deploy --force