This GitHub action will deploy your MkDocs site as GitHub Pages.
name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Deploy MkDocs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.
Tags
(2)Deploy MkDocs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.