-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (26 loc) · 841 Bytes
/
docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# https://github.com/mhausenblas/mkdocs-template?tab=readme-ov-file
# https://github.com/marketplace/actions/deploy-mkdocs
name: Publish docs via GitHub Pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- 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 }}
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
# CUSTOM_DOMAIN: optionaldomain.com
# GITHUB_DOMAIN: github.myenterprise.com
# REQUIREMENTS: folder/requirements.txt