Skip to content

add img

add img #34

Workflow file for this run

name: default
on:
push:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab.
workflow_dispatch:
jobs:
Deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Deploy to pages
env:
DEPLOYER_TOKEN: ${{secrets.GH_PAT}}
run: |
pip install git+https://${DEPLOYER_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
mkdocs gh-deploy --force