Skip to content

Commit

Permalink
Removed all names.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent 762c8d0 commit e7b36e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
- name: Install dependencies
- run: |
julia --project=docs/ -e '
using Pkg
Expand All @@ -26,16 +25,13 @@ jobs:
sudo apt-get install poppler-utils
sudo apt-get install texlive-xetex
sudo apt-get install texlive-science
- name: Generate tikz pictures
- run: |
make all -C src/tikz
- name: Run doctests
- run: |
julia --project=docs -e '
using Documenter: doctest
using GeometricMachineLearning
doctest(GeometricMachineLearning)'
- name: Build and deploy Documentation
- run: julia --project make.jl
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia/docdeploy@v1
Expand Down

0 comments on commit e7b36e2

Please sign in to comment.