Skip to content

Query parameters + Meta ds notebook. #16

Query parameters + Meta ds notebook.

Query parameters + Meta ds notebook. #16

Workflow file for this run

name: build
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy:
# runs-on: manjaro-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v3
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs
- run: pip install mkdocs-material
- run: pip install mkdocs-exclude
- run: pip install mkdocs-with-pdf
- run: pip install mkdocs-bibtex
- run: pip install mkdocstrings
- run: pip install mkdocs-jupyter
# - run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force --clean --verbose