Skip to content

Commit

Permalink
Played around with spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent f2e784f commit 4e2e040
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 @@ -27,17 +27,17 @@ jobs:
sudo apt-get install texlive-xetex
sudo apt-get install texlive-science
name: Generate tikz pictures
run: |
run: |
make all -C src/tikz
name: Run doctests
run: |
run: |
julia --project=docs -e '
using Documenter: doctest
using GeometricMachineLearning
doctest(GeometricMachineLearning)'
name: Build and deploy Documentation
run: julia --project make.jl
working-directory: docs
env:
run: julia --project make.jl
working-directory: docs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 4e2e040

Please sign in to comment.