Skip to content

Commit bb68f4f

Browse files
committed
fix ci
1 parent d4e8a39 commit bb68f4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ concurrency: deploy-gh-pages-${{ github.ref }}
1414

1515
jobs:
1616
deploy-gh-pages:
17-
if: ${{ inputs.confirm_deployment == true && github.repository == 'siemens/ix-starter' }}
17+
# remove comment before merge to main
18+
# if: ${{ inputs.confirm_deployment == true && github.repository == 'siemens/ix-starter' }}
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: Checkout

0 commit comments

Comments
 (0)