Skip to content

Commit

Permalink
Fix CI nr8
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed Mar 1, 2024
1 parent 67e6b84 commit b328b36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
cache-dependency-path: 'docs/package-lock.json' # this should be a package-lock.json file
- name: Setup Julia
uses: julia-actions/setup-julia@v1
# - name: Pull Julia cache
# uses: julia-actions/cache@v1
- name: Pull Julia cache
uses: julia-actions/cache@v1
- name: Install documentation dependencies
run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate(); Pkg.precompile(); Pkg.status()'
- name: Instantiate NPM
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ PromptingTools = "670122d1-24a8-4d70-bfce-740807c42192"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
DocumenterVitepress = "0.0.8"
DocumenterVitepress = "0.0.7"

0 comments on commit b328b36

Please sign in to comment.