Skip to content

changing pathing for extension files. #421

changing pathing for extension files.

changing pathing for extension files. #421

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
deploy:
name: Deploying the pages website
runs-on: ubuntu-latest
permissions:
actions: read
contents: write
deployments: read
packages: none
pull-requests: write
security-events: write
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force