diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d71af84..e1f5c4a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -43,8 +43,7 @@ jobs: python -m pip install sphinx_rtd_theme unidecode nbsphinx wheel breathe exhale - name: Build Julia documentation run: | - ls - cd compas-toolkit/CompasToolkit.jl + cd CompasToolkit.jl julia --project=docs -e ' using Pkg Pkg.develop(PackageSpec(path=pwd()))