Skip to content

link color change

link color change #230

Workflow file for this run

name: ci
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install git+https://github.com/PCLLAB/mkdocs-material
- run: pip install git+https://github.com/fralau/mkdocs_macros_plugin@f07146bbc3d317db38b903c4c282315682ccfd31
- run: pip install git+https://github.com/radude/mdx_truly_sane_lists
- run: mkdocs gh-deploy --force