"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "33fafe3d143ca8380a9e405e7acfa69091d863fb"
Commit 8a1cbcbc authored by Sidney233's avatar Sidney233
Browse files

Merge remote-tracking branch 'origin/master'

parents c2112a16 434f1fb7
...@@ -2,21 +2,21 @@ name: Publish docs via GitHub Pages ...@@ -2,21 +2,21 @@ 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
env: env:
PERSONAL_TOKEN: ${{ secrets.MINERU_DOCS }} PERSONAL_TOKEN: ${{ secrets.MINERU_DOCS }}
CONFIG_FILE: folder/mkdocs.yml REQUIREMENTS: /docs/requirements.txt
REQUIREMENTS: folder/docs/requirements.txt
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