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: