"docs/source/examples/dynamic/tnerf.rst" did not exist on "b2a0170ae34e202dbe40d7e58b3dc47782bb9c59"
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
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
env:
PERSONAL_TOKEN: ${{ secrets.MINERU_DOCS }}
CONFIG_FILE: folder/mkdocs.yml
REQUIREMENTS: folder/docs/requirements.txt
REQUIREMENTS: /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