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
OpenDAS
nerfacc
Commits
a35bff01
Commit
a35bff01
authored
Dec 01, 2023
by
Ruilong Li
Browse files
update doc workflow
parent
27a318da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
.github/workflows/doc.yml
.github/workflows/doc.yml
+12
-4
No files found.
.github/workflows/doc.yml
View file @
a35bff01
name
:
Docs
name
:
Docs
on
:
[
push
,
workflow_dispatch
]
on
:
push
:
branches
:
[
main
]
pull_request
:
branches
:
[
main
]
workflow_dispatch
:
permissions
:
permissions
:
contents
:
write
contents
:
write
jobs
:
jobs
:
...
@@ -7,10 +13,11 @@ jobs:
...
@@ -7,10 +13,11 @@ jobs:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v3
-
uses
:
actions/checkout@v3
-
name
:
Set up Python 3.8.12
uses
:
actions/setup-python@v4
with
:
with
:
python-version
:
"
3.8.12"
submodules
:
'
recursive'
-
uses
:
actions/setup-python@v3
with
:
python-version
:
'
3.9'
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
|
run
:
|
pip install -r docs/requirements.txt
pip install -r docs/requirements.txt
...
@@ -27,3 +34,4 @@ jobs:
...
@@ -27,3 +34,4 @@ jobs:
publish_dir
:
_build/
publish_dir
:
_build/
force_orphan
:
true
force_orphan
:
true
cname
:
www.nerfacc.com
cname
:
www.nerfacc.com
if
:
github.event_name != 'pull_request'
\ No newline at end of file
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