avm99963 | 7607b65 | 2020-01-19 20:40:26 +0100 | [diff] [blame] | 1 | name: Publish docs via GitHub Pages |
| 2 | on: |
| 3 | push: |
| 4 | branches: |
| 5 | - master |
| 6 | |
| 7 | jobs: |
| 8 | build: |
| 9 | name: Deploy docs |
| 10 | runs-on: ubuntu-latest |
| 11 | steps: |
| 12 | - name: Checkout master |
dependabot[bot] | 0f5655f | 2020-11-15 18:05:10 +0000 | [diff] [blame] | 13 | uses: actions/checkout@v2.3.4 |
avm99963 | 718c7e8 | 2020-12-03 00:16:46 +0100 | [diff] [blame] | 14 | with: |
| 15 | fetch-depth: 0 |
avm99963 | 7607b65 | 2020-01-19 20:40:26 +0100 | [diff] [blame] | 16 | |
| 17 | - name: Deploy docs |
dependabot[bot] | 4a262c7 | 2021-10-26 12:05:40 +0000 | [diff] [blame] | 18 | uses: mhausenblas/mkdocs-deploy-gh-pages@786c1c8c1c5ab4ceda14f1579cf417cbd6288825 #1.24 |
avm99963 | 7607b65 | 2020-01-19 20:40:26 +0100 | [diff] [blame] | 19 | env: |
| 20 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |