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