Skip to content

Commit

Permalink
Update docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Oct 23, 2023
1 parent b3af3f8 commit bfa3d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.6'
version: '1.9'
- name: Develop PseudoBooleanOptimization.jl
run: julia --project=docs -e 'using Pkg; Pkg.develop(path=pwd())'
run: julia --project=docs -e 'using Pkg; Pkg.develop(path=pwd()); Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@latest
with:
project: "docs"
Expand Down

0 comments on commit bfa3d9a

Please sign in to comment.