Skip to content

Commit 9da72a6

Browse files
Fix CI update-github-pages.yml (#525)
1 parent 112e560 commit 9da72a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-github-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626

2727
# Single deploy job since we're just deploying
2828
deploy:
29+
if: github.repository == 'opensourcecobol/opensourcecobol4j'
2930
needs: check-workflows
3031
environment:
3132
name: github-pages
@@ -39,7 +40,7 @@ jobs:
3940
with:
4041
distribution: 'temurin'
4142
java-version: '21'
42-
43+
4344
- name: Build Javadoc
4445
working-directory: libcobj
4546
run: |

0 commit comments

Comments
 (0)