From 37f849198acf1222fc644ff18256f82d004c7862 Mon Sep 17 00:00:00 2001 From: Olivier Cots <66357348+ocots@users.noreply.github.com> Date: Tue, 27 Aug 2024 11:19:47 +0200 Subject: [PATCH] Update Documentation.yml --- .github/workflows/Documentation.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 8a1ab302..ccda58a4 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -5,6 +5,8 @@ on: push: branches: - main + branches-ignore: + - breakage-applications tags: '*' pull_request: @@ -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")' \ No newline at end of file + run: julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'