Skip to content

Commit

Permalink
Add verbose precompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Jul 26, 2024
1 parent 7834520 commit ab01044
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Precompile extensions
run: julia --project=docs/ -e 'using Pkg; Pkg.precompile(verbose=true)'
- name: Build and deploy
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
Expand Down

0 comments on commit ab01044

Please sign in to comment.