Skip to content

Commit

Permalink
Removed the with version 1. This is not in the GI Documenter.yml file…
Browse files Browse the repository at this point in the history
… and hopefully not needed.
  • Loading branch information
benedict-96 committed Dec 4, 2023
1 parent fb53122 commit 2ea1dae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
- name: Install dependencies
run: |
julia --project=docs -e '
Expand Down

0 comments on commit 2ea1dae

Please sign in to comment.