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
d21438f0
Unverified
Commit
d21438f0
authored
Jul 08, 2025
by
Sidney233
Committed by
GitHub
Jul 08, 2025
Browse files
Create main.yml
parent
5f1175fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
.github/workflows/main.yml
.github/workflows/main.yml
+24
-0
No files found.
.github/workflows/main.yml
0 → 100644
View file @
d21438f0
name
:
Publish docs via GitHub Pages
on
:
push
:
branches
:
-
main
-
dev
jobs
:
build
:
name
:
Deploy docs
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout main
uses
:
actions/checkout@v2
-
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
EXTRA_PACKAGES
:
build-base
# GITHUB_DOMAIN: github.myenterprise.com
REQUIREMENTS
:
folder/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