From d6c761793c571084d040356115b76933bc34bcbc Mon Sep 17 00:00:00 2001 From: Azzaare Date: Tue, 25 Jun 2024 11:54:25 +0900 Subject: [PATCH] fix ci 7 --- .github/workflows/Documenter.yml | 2 +- Manifest.toml => docs/Manifest.toml | 0 Project.toml => docs/Project.toml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename Manifest.toml => docs/Manifest.toml (100%) rename Project.toml => docs/Project.toml (100%) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index c67750c..75492c6 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -46,7 +46,7 @@ jobs: - name: Pull Julia cache uses: julia-actions/cache@v1 - name: Install documentation dependencies - run: julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.update(); Pkg.precompile(); Pkg.status()' + 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()' # run: cd docs/; npm i; cd .. #- name: Creating new mds from src diff --git a/Manifest.toml b/docs/Manifest.toml similarity index 100% rename from Manifest.toml rename to docs/Manifest.toml diff --git a/Project.toml b/docs/Project.toml similarity index 100% rename from Project.toml rename to docs/Project.toml