Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Usgscsm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Usgscsm
Commits
e3f572d2
Unverified
Commit
e3f572d2
authored
1 year ago
by
acpaquette
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #452 from acpaquette/doc_updates_2
Doc build changes
parents
fe5ed8b5
6026c41b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/aws_doc_deploy.yml
+17
-3
17 additions, 3 deletions
.github/workflows/aws_doc_deploy.yml
.github/workflows/ci_testing.yml
+28
-0
28 additions, 0 deletions
.github/workflows/ci_testing.yml
.github/workflows/doc_build.yml
+0
-43
0 additions, 43 deletions
.github/workflows/doc_build.yml
with
45 additions
and
46 deletions
.github/workflows/aws_doc_deploy.yml
+
17
−
3
View file @
e3f572d2
...
@@ -2,7 +2,7 @@ name: aws-doc-deploy
...
@@ -2,7 +2,7 @@ name: aws-doc-deploy
on
:
on
:
workflow_run
:
workflow_run
:
workflows
:
[
"
Doc-Build
"
]
workflows
:
[
"
Pull-Request-CI
"
]
branches
:
[
main
]
branches
:
[
main
]
types
:
types
:
-
completed
-
completed
...
@@ -19,9 +19,23 @@ jobs:
...
@@ -19,9 +19,23 @@ jobs:
with
:
with
:
submodules
:
true
submodules
:
true
fetch-depth
:
0
fetch-depth
:
0
-
uses
:
actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
-
uses
:
conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
with
:
with
:
name
:
docs_folder
miniconda-version
:
"
latest"
activate-environment
:
usgscsm
environment-file
:
doc_environment.yml
auto-activate-base
:
false
auto-update-conda
:
true
-
name
:
Check doc build environment
run
:
|
conda list
-
name
:
Build Docs
run
:
|
cd docs
doxygen Doxyfile.in
sphinx-build -b html source public
-
name
:
Set AWS credentials for upload
-
name
:
Set AWS credentials for upload
uses
:
aws-actions/configure-aws-credentials@0e613a0980cbf65ed5b322eb7a1e075d28913a83
uses
:
aws-actions/configure-aws-credentials@0e613a0980cbf65ed5b322eb7a1e075d28913a83
...
...
This diff is collapsed.
Click to expand it.
.github/workflows/ci_testing.yml
+
28
−
0
View file @
e3f572d2
...
@@ -44,3 +44,31 @@ jobs:
...
@@ -44,3 +44,31 @@ jobs:
run
:
|
run
:
|
cd build
cd build
ctest -VV
ctest -VV
Build-Docs
:
runs-on
:
ubuntu-latest
defaults
:
run
:
shell
:
bash -el {0}
steps
:
-
uses
:
actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with
:
submodules
:
true
fetch-depth
:
0
-
uses
:
conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
with
:
miniconda-version
:
"
latest"
activate-environment
:
usgscsm
environment-file
:
doc_environment.yml
auto-activate-base
:
false
auto-update-conda
:
true
-
name
:
Check doc build environment
run
:
|
conda list
-
name
:
Build Docs
run
:
|
cd docs
doxygen Doxyfile.in
sphinx-build -b html source public
This diff is collapsed.
Click to expand it.
.github/workflows/doc_build.yml
deleted
100644 → 0
+
0
−
43
View file @
fe5ed8b5
name
:
Doc-Build
on
:
pull_request
:
branches
:
-
main
push
:
branches
:
-
main
jobs
:
Build-Docs
:
runs-on
:
ubuntu-latest
defaults
:
run
:
shell
:
bash -el {0}
steps
:
-
uses
:
actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
with
:
submodules
:
true
fetch-depth
:
0
-
uses
:
conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
with
:
miniconda-version
:
"
latest"
activate-environment
:
usgscsm
environment-file
:
doc_environment.yml
auto-activate-base
:
false
auto-update-conda
:
true
-
name
:
Check doc build environment
run
:
|
conda list
-
name
:
Build Docs
run
:
|
cd docs
doxygen Doxyfile.in
sphinx-build -b html source public
-
uses
:
actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with
:
name
:
docs_folder
path
:
docs/public/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment