Skip to content

Commit

Permalink
Update Documenter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Jul 18, 2024
1 parent 8b2d7df commit 0f2ce45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
- main
tags: ['*']
pull_request:
branches:
- main
tags: ['*']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -60,4 +63,4 @@ 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"
DATADEPS_ALWAYS_ACCEPT: true
DATADEPS_ALWAYS_ACCEPT: true

0 comments on commit 0f2ce45

Please sign in to comment.