From 192462225cd09e683ede0e87b2591396f58bb858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=2E=20Michel=C3=A9n=20Str=C3=B6fer?= Date: Wed, 29 Nov 2023 16:13:24 -0700 Subject: [PATCH 1/2] Update Documentation.yml --- .github/workflows/Documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 5b62e59..2a766df 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -11,9 +11,10 @@ jobs: build: permissions: contents: write + statuses: write runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: '1.6' From fe192af857c6f642d92e988222affc134ff3eab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20A=2E=20Michel=C3=A9n=20Str=C3=B6fer?= Date: Wed, 29 Nov 2023 16:20:19 -0700 Subject: [PATCH 2/2] Update Documentation.yml (#36) --- .github/workflows/Documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 2a766df..6d51a99 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -6,6 +6,7 @@ on: - main tags: '*' pull_request: + types: [opened, reopened, edited] jobs: build: