Skip to content

Commit

Permalink
update docs (#5001)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 13, 2024
1 parent 31840f9 commit cc021f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
PYTHON: ""
DOCUMENTER_KEY: ${{secrets.DOCUMENTER_KEY}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: bash docs/ci_build.sh
run: bash ci/build-docs.sh
2 changes: 1 addition & 1 deletion docs/ci_build.sh → ci/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export JULIA_CONDAPKG_BACKEND=MicroMamba

julia='xvfb-run -a julia --color=yes --project=docs'

$julia -e '
JULIA_PKG_PRECOMPILE_AUTO=0 $julia -e '
using Pkg; Pkg.add("CondaPkg")
using CondaPkg; CondaPkg.resolve()
libgcc = if Sys.islinux()
Expand Down

0 comments on commit cc021f6

Please sign in to comment.