diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index ca4da1a..7610f3b 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -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 }} \ No newline at end of file + DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}