Skip to content

Commit

Permalink
Merge pull request #67 from NWChemEx-Project/merge_workflow_fix
Browse files Browse the repository at this point in the history
Debug Deploy Docs
  • Loading branch information
jwaldrop107 authored Nov 21, 2023
2 parents 99d3ff9 + b8c240c commit 0156e4b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.CONTAINER_REPO_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Build Reference Data Documentation
run: |
sphinx-apidoc --force --separate --no-toc \
Expand Down Expand Up @@ -77,9 +77,7 @@ jobs:
mv build/html "docs/build/html/chemcache_cxx_api"
shell: bash
- name: Generate Module Docs
uses: NWChemEx-Project/PluginPlay/.github/actions/generate_module_docs@master
with:
doc_target: chemcache_cxx_api
run: python3 /scripts/generate_module_dox.py chemcache_cxx_api
- name: Sphinx Docs
run: |
cd docs
Expand Down

0 comments on commit 0156e4b

Please sign in to comment.