Compare commits

...

1 Commits

Author SHA1 Message Date
Evan Scamehorn
bbb0919b42 make gh page job only run on github
All checks were successful
Deploy to GitHub Pages / deploy (push) Has been skipped
2025-12-07 17:48:32 -06:00

View File

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