Skip to content

Commit eb1f84e

Browse files
authored
ci: fix docs deploy conditional
1 parent be70018 commit eb1f84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pages: write
4242
runs-on: ubuntu-latest
4343
needs: ci
44-
if: ${{ github.ref == 'refs/heads/main' && github.action_repository == 'unicornpkg/libunicornpkg' }}
44+
if: ${{ github.ref == 'refs/heads/main' && github.repository == 'unicornpkg/libunicornpkg' }}
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment

0 commit comments

Comments
 (0)