Skip to content

Commit

Permalink
Changed path for Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent 4e3c029 commit 4c44c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
sudo apt-get install texlive-xetex
sudo apt-get install texlive-science
- run: |
make all -C src/tikz
make all -C docs/src/tikz
- run: |
julia --project=docs -e '
using Documenter: doctest
using GeometricMachineLearning
doctest(GeometricMachineLearning)'
- run: julia --project make.jl
- run: julia --project docs/make.jl
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit 4c44c86

Please sign in to comment.