Skip to content

Commit

Permalink
docs(rtd): upload accidentally omitted dirs (#1890)
Browse files Browse the repository at this point in the history
Followup to #1889
  • Loading branch information
wpbonelli authored Jun 21, 2024
1 parent 89e6d96 commit 34ef2f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .build_rtd_docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
dst = os.path.join(dstdir, fpth)
shutil.copy(src, dst)

# -- copy style guide
fpth = "styleguide.md"
src = os.path.join(fpth)
dst = os.path.join(dstdir, fpth)
shutil.copy(src, dst)

# -- copy deprecations markdown ---------------------------------------------
print("Copy the deprecations table")
dstdir = "_mf6run"
Expand Down
2 changes: 1 addition & 1 deletion .build_rtd_docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ This section includes developer instructions and conventions.

_dev/CONTRIBUTING.md
_dev/DEVELOPER.md
styleguide.md
_dev/styleguide.md
6 changes: 4 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,14 @@ jobs:
with:
name: rtd-files-for-${{ github.sha }}
path: |
modflow6/.build_rtd_docs/dev.rst
modflow6/.build_rtd_docs/index.rst
modflow6/.build_rtd_docs/mf6io.rst
# run-time-comparison is moved to _mf6run by conf.py
modflow6/.build_rtd_docs/_mf6run/
modflow6/.build_rtd_docs/_dev/
modflow6/.build_rtd_docs/_mf6io/
modflow6/.build_rtd_docs/_mf6run/
modflow6/.build_rtd_docs/_static/
rtd_trigger:
name: rtd-trigger
Expand Down

0 comments on commit 34ef2f7

Please sign in to comment.