Skip to content

Commit

Permalink
Update ci 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Jun 25, 2024
1 parent a560536 commit ed268c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed268c8

Please sign in to comment.