Skip to content

Commit

Permalink
added a bunch of spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent 4e2e040 commit 5e2e0f2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
uses: actions/checkout@v3
uses: julia-actions/setup-julia@latest
name: Install dependencies
run: |
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
- name: Install dependencies
- run: |
julia --project=docs/ -e '
using Pkg
Pkg.develop(PackageSpec(path=pwd()))
Expand All @@ -26,18 +26,18 @@ jobs:
sudo apt-get install poppler-utils
sudo apt-get install texlive-xetex
sudo apt-get install texlive-science
name: Generate tikz pictures
run: |
- name: Generate tikz pictures
- run: |
make all -C src/tikz
name: Run doctests
run: |
- 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
working-directory: docs
env:
- name: Build and deploy Documentation
- run: julia --project make.jl
- working-directory: docs
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 5e2e0f2

Please sign in to comment.