Skip to content

Commit

Permalink
Removed some spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent 44d148d commit 02c37b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
- run: |
julia --project=docs/ -e '
julia --project=docs/ -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
Pkg.build()
Pkg.precompile()'
sudo apt-get install imagemagick
sudo apt-get install poppler-utils
sudo apt-get install texlive-xetex
sudo apt-get install texlive-science
sudo apt-get install imagemagick
sudo apt-get install poppler-utils
sudo apt-get install texlive-xetex
sudo apt-get install texlive-science
- run: |
make all -C docs/src/tikz
- run: |
Expand Down

0 comments on commit 02c37b9

Please sign in to comment.