Skip to content

Commit

Permalink
run documenter on 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fkastner committed Apr 26, 2021
1 parent 395e6c4 commit ff0228a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@latest
with:
version: '1.5'
version: '1.6'
- name: Build and deploy documentation
uses: julia-actions/julia-docdeploy@releases/v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit ff0228a

Please sign in to comment.