make gh page job only run on github
All checks were successful
Deploy to GitHub Pages / deploy (push) Has been skipped

This commit is contained in:
Evan Scamehorn
2025-12-07 17:48:32 -06:00
parent 2edbb35236
commit bbb0919b42

View File

@@ -15,6 +15,7 @@ concurrency:
jobs: jobs:
deploy: deploy:
if: ${{ github.server_url == 'https://github.com' }}
environment: environment:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}