Unverified Commit dbe8e531 authored by Sidney233's avatar Sidney233 Committed by GitHub
Browse files

Update mkdocs.yml

parent 60553534
......@@ -2,17 +2,18 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- main
- dev
- "master"
- "dev"
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout dev
uses: actions/checkout@v2
- name: Checkout master
uses: actions/checkout@v4
with:
ref: master
- 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment