diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 72aad3c..1964562 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -41,8 +41,6 @@ jobs: uses: julia-actions/setup-julia@v2 - name: Pull Julia cache uses: julia-actions/cache@v1 - - name: Generate logo - run: julia --project=docs -e "using Pkg; Pkg.instantiate()"; julia --project=docs/ --color=yes docs/logo.jl - uses: julia-actions/julia-docdeploy@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token