From 66f1d99ef3458ec98fd9e27ca117a1113578bd85 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Tue, 25 Jun 2024 11:29:37 +0900 Subject: [PATCH] fix ci 3 --- .github/workflows/Documenter.yml | 4 +--- docs/Manifest.toml => Manifest.toml | 0 docs/Project.toml => Project.toml | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename docs/Manifest.toml => Manifest.toml (100%) rename docs/Project.toml => Project.toml (100%) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 0424d7e..4b6d4e9 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -45,10 +45,8 @@ jobs: uses: julia-actions/setup-julia@v1 - name: Pull Julia cache uses: julia-actions/cache@v1 - - name: cd docs - run: cd docs/ - name: Install documentation dependencies - run: julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.update(); Pkg.precompile(); Pkg.status()' + run: julia --project -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/docs/Manifest.toml b/Manifest.toml similarity index 100% rename from docs/Manifest.toml rename to Manifest.toml diff --git a/docs/Project.toml b/Project.toml similarity index 100% rename from docs/Project.toml rename to Project.toml