Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
8a1cbcbc
"docs/source/examples/dynamic/tnerf.rst" did not exist on "b2a0170ae34e202dbe40d7e58b3dc47782bb9c59"
Commit
8a1cbcbc
authored
Jul 08, 2025
by
Sidney233
Browse files
Merge remote-tracking branch 'origin/master'
parents
c2112a16
434f1fb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.github/workflows/mkdocs.yml
.github/workflows/mkdocs.yml
+7
-7
No files found.
.github/workflows/mkdocs.yml
View file @
8a1cbcbc
...
...
@@ -2,21 +2,21 @@ name: Publish docs via GitHub Pages
on
:
push
:
branches
:
-
ma
in
-
dev
-
"
ma
ster"
-
"
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment