Skip to content

Commit

Permalink
Removed Dashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent 2d85201 commit 41860f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ on:

jobs:
build:
- name: Documentation
- runs-on: ubuntu-latest
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
- name: Install dependencies
uses: actions/checkout@v3
uses: julia-actions/setup-julia@latest
name: Install dependencies
run: |
julia --project=docs -e '
using Pkg
Expand All @@ -26,16 +26,16 @@ jobs:
sudo apt-get install poppler-utils
sudo apt-get install texlive-xetex
sudo apt-get install texlive-science
- name: Generate tikz pictures
name: Generate tikz pictures
run: |
make all -C src/tikz
- name: Run doctests
name: Run doctests
run: |
julia --project=docs -e '
using Documenter: doctest
using GeometricMachineLearning
doctest(GeometricMachineLearning)'
- name: Build and deploy Documentation
name: Build and deploy Documentation
run: julia --project make.jl
working-directory: docs
env:
Expand Down

0 comments on commit 41860f1

Please sign in to comment.