Skip to content

[FIX] Found out why admonitions weren't working, Fixed annotation w/ … #9

[FIX] Found out why admonitions weren't working, Fixed annotation w/ …

[FIX] Found out why admonitions weren't working, Fixed annotation w/ … #9

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches: [ main ]
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: MkDocs Github Pages Releaser
uses: afritzler/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#GITHUB_DOMAIN: github.myenterprise.com