From 3dc2db94376abe0a34abf3921f2d7368744a4269 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 18 Sep 2024 13:19:27 +0200 Subject: [PATCH] push --- .github/workflows/pages.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 34b86bb..59a3221 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,9 +1,7 @@ name: Deploy MkDocs Site to GitHub Pages -on: - push: - branches: - - main +on: [push, pull_request] + permissions: write-all @@ -11,7 +9,7 @@ jobs: build-deploy: runs-on: ubuntu-latest steps: - + - name: Copy contents to docs/ run: | mkdir docs/