Skip to content
Snippets Groups Projects
Commit f4e999e0 authored by acpaquette's avatar acpaquette
Browse files

Fixed up workflows

parent 878bf179
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ name: aws-doc-deploy ...@@ -2,7 +2,7 @@ name: aws-doc-deploy
on: on:
workflow_run: workflow_run:
workflows: ["Pull-Request-CI/Build-Docs"] workflows: ["Doc-Build"]
branches: [main] branches: [main]
types: types:
- completed - completed
......
...@@ -44,36 +44,3 @@ jobs: ...@@ -44,36 +44,3 @@ 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
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: docs_folder
path: docs/public/
\ No newline at end of file
name: Doc-Build-Upload name: Doc-Build
on: on:
pull_request: pull_request:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment