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 ...@@ -2,17 +2,18 @@ name: Publish docs via GitHub Pages
on: on:
push: push:
branches: branches:
- main - "master"
- dev - "dev"
jobs: jobs:
build: build:
name: Deploy docs name: Deploy docs
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout dev - name: Checkout master
uses: actions/checkout@v2 uses: actions/checkout@v4
with:
ref: master
- name: Deploy docs - name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme # 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