Skip to content

Commit 519c07e

Browse files
authored
fix: docs publishing workflow (#1592)
1 parent 87ad540 commit 519c07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
runs-on: ubuntu-latest
5959

60-
if: ${{ github.repository == 'flutter/news_toolkit' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
60+
if: ${{ github.repository == 'VGVentures/news_toolkit' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
6161

6262
defaults:
6363
run:

0 commit comments

Comments
 (0)