Skip to content

Commit

Permalink
Fixing doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Oct 17, 2024
1 parent 8b5163a commit c2481b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Documentation

on:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def setup(app):
# the working directory for running the notebooks is the directory of the link
# itself, so relative paths don't work.
for path in _TUTORIAL_FILES:
shutil.copy(path, pathlib.Path("user") / "tutorials")
shutil.copy(path, pathlib.Path("user") / "anl-afci-177")


# If extensions (or modules to document with autodoc) are in another directory,
Expand Down

0 comments on commit c2481b8

Please sign in to comment.