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
878bf179
Commit
878bf179
authored
1 year ago
by
acpaquette
Browse files
Options
Downloads
Patches
Plain Diff
Seperated doc build job
parent
a98788e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/doc_build.yml
+43
-0
43 additions, 0 deletions
.github/workflows/doc_build.yml
with
43 additions
and
0 deletions
.github/workflows/doc_build.yml
0 → 100644
+
43
−
0
View file @
878bf179
name
:
Doc-Build-Upload
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