Skip to content

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocots authored Aug 27, 2024
1 parent 4c48e34 commit 37f8491
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- main
branches-ignore:
- breakage-applications
tags: '*'
pull_request:

Expand All @@ -22,4 +24,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
GKSwstype: 100 # To make GitHub Action work, disable showing a plot window with the GR backend of the Plots package
run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'
run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'

0 comments on commit 37f8491

Please sign in to comment.