From 526f6ad92be02eda308ed6e50563db19222af448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Mon, 8 Apr 2024 17:17:30 -0500 Subject: [PATCH] Remove logo workflow --- .github/workflows/Documenter.yml | 2 -- 1 file changed, 2 deletions(-) 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