Skip to content

Commit

Permalink
Test improving CI for docs 2/
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed May 29, 2024
1 parent d133959 commit 5e602b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install documentation dependencies
run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()'
#- name: Creating new mds from src
- name: Instantiate NPM
run: cd docs/; npm i; cd ..
# - name: Instantiate NPM
# run: cd docs/; npm i; cd ..
- name: Build and deploy docs
uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit 5e602b3

Please sign in to comment.