Skip to content

Commit

Permalink
Fixes CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
cadojo committed Jan 4, 2025
1 parent ca8d74c commit 6cf3d84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
arch: ${{ matrix.julia-arch }}
# - uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- run: julia --project -e 'import Pkg; Pkg.update(); Pkg.build()'
- uses: julia-actions/julia-runtest@v1
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: python -m pip install jupyter
# - uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop([PackageSpec(url="https://github.com/cadojo/DocumenterQuarto.jl"), PackageSpec(path=pwd())]); Pkg.instantiate(); Pkg.build()'
run: julia --project=docs/ -e 'using Pkg; Pkg.develop([PackageSpec(url="https://github.com/cadojo/DocumenterQuarto.jl"), PackageSpec(path=pwd())]); Pkg.update(); Pkg.build()'
- name: Build and deploy
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
Expand Down

0 comments on commit 6cf3d84

Please sign in to comment.