We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea06fa commit 6b54d8dCopy full SHA for 6b54d8d
.github/workflows/build-gh-pages.yml
@@ -38,7 +38,7 @@ jobs:
38
39
deploy-ghpages:
40
name: Deploy to github pages
41
- if: github.event_name == 'push' && github.ref_name == 'main'
+ if: github.event_name == 'push' && github.ref_name == 'main' && github.repository == 'IGNF/cartes.gouv.fr-documentation'
42
environment:
43
name: github-pages
44
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments