blob: d4ff360fef6cc5ec9df879bdbf483e5014aeddd8 [file] [log] [blame]
avm999637607b652020-01-19 20:40:26 +01001name: Publish docs via GitHub Pages
2on:
3 push:
4 branches:
5 - master
6
7jobs:
8 build:
9 name: Deploy docs
10 runs-on: ubuntu-latest
11 steps:
12 - name: Checkout master
dependabot[bot]0f5655f2020-11-15 18:05:10 +000013 uses: actions/checkout@v2.3.4
avm99963718c7e82020-12-03 00:16:46 +010014 with:
15 fetch-depth: 0
avm999637607b652020-01-19 20:40:26 +010016
17 - name: Deploy docs
dependabot[bot]4a262c72021-10-26 12:05:40 +000018 uses: mhausenblas/mkdocs-deploy-gh-pages@786c1c8c1c5ab4ceda14f1579cf417cbd6288825 #1.24
avm999637607b652020-01-19 20:40:26 +010019 env:
20 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}