Comment out custom domain

This commit is contained in:
kraptor 2021-01-13 18:29:44 +01:00
parent 12a810481b
commit e9d0771aa7
1 changed files with 22 additions and 0 deletions

22
.github/mkdocs.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- main
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# CUSTOM_DOMAIN: optionaldomain.com
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base