Skip to content

Hide external link icon from badges. #124

Hide external link icon from badges.

Hide external link icon from badges. #124

Workflow file for this run

name: github pages
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install -q --upgrade pip
python -m pip install .[docs]
- name: Create doc
run: |
python -m mkdocs gh-deploy --force