From 5e2e0f273653dd20e5281ebb126b4ca671422464 Mon Sep 17 00:00:00 2001 From: benedict-96 Date: Mon, 4 Dec 2023 19:10:11 +0100 Subject: [PATCH] added a bunch of spaces. --- .github/workflows/Documenter.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 692471f17..04aa8ad5e 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -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())) @@ -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 }} \ No newline at end of file