Skip to content

Merge pull request #373 from btbf:v13.2.x #274

Merge pull request #373 from btbf:v13.2.x

Merge pull request #373 from btbf:v13.2.x #274

Workflow file for this run

name: ci
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: mkdocs gh-deploy --force
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}