Skip to content

Commit

Permalink
add experimental DocumenterVitepress version to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Mar 2, 2024
1 parent 76aa003 commit 6e07ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
- name: 'Install experimental packages'
run: julia --project=docs -e 'using Pkg; pkg"add DocumenterVitepress#asinghvi17-patch-3"'
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6e07ecd

Please sign in to comment.