From 042abeec5961c8a4f62ca3cd626d15f8d2d94aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Mon, 21 Aug 2023 23:59:35 +0200 Subject: [PATCH] Fix token in docs gen --- .github/workflows/Documenter.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 9cfe28b6..83ec9134 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -40,6 +40,8 @@ jobs: uses: julia-actions/julia-buildpkg@latest - name: Generate documentation run: julia --color=yes docs/make.jl + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload GitHub Pages artifact uses: actions/upload-pages-artifact@v1.0.5 with: