From 5eaf70e81649fc1911b91ae10659da65d47357e6 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Fri, 9 Feb 2024 11:45:01 +0000 Subject: [PATCH] Test if owner is francescorandi --- .github/workflows/docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a22f260..22c7e73 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -18,8 +18,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: '3.11' @@ -46,5 +46,5 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - id: deployment - if: github.repository_owner == 'pgleeson' + if: github.repository_owner == 'francescorandi' # don't run if it's a fork of the original repo uses: actions/deploy-pages@v1