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