Skip to content

fix: Removed elements in list footers #9

fix: Removed elements in list footers

fix: Removed elements in list footers #9

name: update_documentation
on:
push:
paths:
- Tutorial/**
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip install -r Tutorial/requirements.txt
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- run: cd Tutorial; mike deploy --push 0.0.1