Skip to content

Update content/content-pages #23

Update content/content-pages

Update content/content-pages #23

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install pymdown-extensions
- run: pip install mkdocs-minify-plugin
- run: pip install python-slugify
- run: pip install mkdocs-video
- run: mkdocs gh-deploy --force