From ed268c8a34537e3de28192cc5cf09dfc2e9aaa74 Mon Sep 17 00:00:00 2001 From: Azzaare Date: Tue, 25 Jun 2024 11:21:19 +0900 Subject: [PATCH] Update ci 2 --- .github/workflows/Documenter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 756c502..0424d7e 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -45,10 +45,11 @@ 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=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()' - # - name: Instantiate NPM # run: cd docs/; npm i; cd .. #- name: Creating new mds from src - name: Build and deploy docs