From ff0228ad943cbf6c9770dfc01ce5bcd2deb647b9 Mon Sep 17 00:00:00 2001 From: Felix Kastner Date: Mon, 26 Apr 2021 15:06:14 +0200 Subject: [PATCH] run documenter on 1.6 --- .github/workflows/Documenter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}