Skip to content

Commit

Permalink
docs env
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth committed May 2, 2024
1 parent 359b2be commit f49f23d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,12 @@ jobs:
with:
version: '1'
- name: Configure doc environment
shell: julia --project=docs/ --color=yes {0}
run: |
julia --project=docs/ -e '
using Pkg
Pkg.add(url="https://github.com/Alexander-Barth/SpatialHashing.jl")
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
Pkg.instantiate()
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f49f23d

Please sign in to comment.