Skip to content

Commit

Permalink
Set the correct directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
isazi committed May 7, 2024
1 parent 33a4d5e commit bf3bb9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
Expand Down

0 comments on commit bf3bb9d

Please sign in to comment.