Skip to content

Commit ed5d046

Browse files
fix: fixing CI Publish docs
1 parent 063ddc7 commit ed5d046

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ on:
44
branches:
55
- main
66

7-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
87
permissions:
98
contents: read
109
pages: write
1110
id-token: write
1211

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.
1512
concurrency:
1613
group: "pages"
1714
cancel-in-progress: false
@@ -41,6 +38,7 @@ jobs:
4138
path: 'site'
4239

4340
deploy:
41+
if: github.event.repository.fork == false
4442
environment:
4543
name: github-pages
4644
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)