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 063ddc7 commit ed5d046Copy full SHA for ed5d046
.github/workflows/ci.yml
@@ -4,14 +4,11 @@ on:
4
branches:
5
- main
6
7
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
8
permissions:
9
contents: read
10
pages: write
11
id-token: write
12
13
-# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
14
-# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
15
concurrency:
16
group: "pages"
17
cancel-in-progress: false
@@ -41,6 +38,7 @@ jobs:
41
38
path: 'site'
42
39
43
40
deploy:
+ if: github.event.repository.fork == false
44
environment:
45
name: github-pages
46
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments