Skip to content

Commit

Permalink
Change folder name.
Browse files Browse the repository at this point in the history
  • Loading branch information
isazi committed May 8, 2024
1 parent 9d4600b commit 3473893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
Pkg.instantiate()
'
julia --project=docs docs/make.jl
cp -R docs/build ../docs/julia
cp -R docs/build ../docs/api_julia
- name: Build and commit
uses: sphinx-notes/pages@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ["_static"]
# Copy the Julia documentation
html_extra_path = ["julia"]
html_extra_path = ["api_julia"]


# -- Breathe configuration -------------------------------------------------
Expand Down

0 comments on commit 3473893

Please sign in to comment.