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