From 8a4007c85e3f232af6e84c46e7e053c4dbbecf96 Mon Sep 17 00:00:00 2001 From: mrbean-bremen Date: Mon, 1 Apr 2024 20:02:23 +0200 Subject: [PATCH] Set deploy-pages back to v4 - test in PR --- .github/workflows/builddocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/builddocs.yml b/.github/workflows/builddocs.yml index 5e52de997..d242acc80 100644 --- a/.github/workflows/builddocs.yml +++ b/.github/workflows/builddocs.yml @@ -6,12 +6,16 @@ on: push: branches: - master + pull_request: + branches: + - master # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read pages: write id-token: write + actions: read # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. @@ -45,4 +49,4 @@ jobs: path: 'Docs/_site' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4