From 5e602b3c332dfe3ef94e66da0231a567ff065afa Mon Sep 17 00:00:00 2001 From: Azzaare Date: Wed, 29 May 2024 16:36:17 +0900 Subject: [PATCH] Test improving CI for docs 2/ --- .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 b0cd506..3132d1b 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -48,8 +48,8 @@ jobs: - name: Install documentation dependencies run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()' #- name: Creating new mds from src - - name: Instantiate NPM - run: cd docs/; npm i; cd .. + # - name: Instantiate NPM + # run: cd docs/; npm i; cd .. - name: Build and deploy docs uses: julia-actions/julia-docdeploy@v1 env: