From 224e6a69ac019cda0c74b76f06905a541837fbf4 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Tue, 25 Jun 2024 13:53:37 +0900 Subject: [PATCH] fix ci --- .github/workflows/Documenter.yml | 5 +++-- package-lock.json | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 package-lock.json diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 9145727..9840295 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -48,8 +48,9 @@ jobs: - name: Install documentation dependencies run: julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.update(); Pkg.precompile(); Pkg.status()' # run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()' - - name: Install npm + - name: Instantiate NPM run: cd docs/; npm i; cd .. + #- name: Creating new mds from src - name: Build and deploy docs uses: julia-actions/julia-docdeploy@v1 with: @@ -59,4 +60,4 @@ jobs: DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key GKSwstype: "100" # for Plots.jl plots (if you have them) JULIA_DEBUG: "Documenter" - DATADEPS_ALWAYS_ACCEPT: true + DATADEPS_ALWAYS_ACCEPT: true \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..610e617 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "JuliaConstraints.github.io", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}