Skip to content

Commit

Permalink
Made the env command part of a uses.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent 5e2e0f2 commit 762c8d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
doctest(GeometricMachineLearning)'
- name: Build and deploy Documentation
- run: julia --project make.jl
- working-directory: docs
- env:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia/docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit 762c8d0

Please sign in to comment.