Skip to content

Commit

Permalink
Add DEBUG=true to an env variable in Documenter.yml (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Apr 4, 2024
1 parent dfae373 commit 58e5eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ jobs:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
GKSwstype: "100" # for Plots.jl plots (if you have them)
JULIA_DEBUG: "Documenter"
DEBUG: true
DATADEPS_ALWAYS_ACCEPT: true

0 comments on commit 58e5eae

Please sign in to comment.