From 6a07e9bce17026e89de1772ab612e7af9ba72661 Mon Sep 17 00:00:00 2001 From: Gianluca Fuwa <51165364+GianlucaFuwa@users.noreply.github.com> Date: Tue, 25 Jun 2024 19:40:43 +0200 Subject: [PATCH] Update Documentation.yml --- .github/workflows/Documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index bc710db7..b5ac829c 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -2,7 +2,7 @@ name: Documentation on: push: - branches: [gpu] # update to match your development branch (master, main, dev, trunk, ...) + branches: [dirac] # update to match your development branch (master, main, dev, trunk, ...) tags: ["*"] pull_request: @@ -24,4 +24,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key - run: julia --project=docs/ docs/make.jl \ No newline at end of file + run: julia --project=docs/ docs/make.jl