Skip to content

Commit

Permalink
Test if owner is francescorandi
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Feb 9, 2024
1 parent d35830f commit 5eaf70e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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

0 comments on commit 5eaf70e

Please sign in to comment.