Skip to content

Commit 9ed434d

Browse files
committed
fix: revert needs
1 parent f1122c1 commit 9ed434d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

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

141141
deploy_web_pages:
142142
if: ${{ github.event_name == 'push' }}
143-
# needs: build
143+
needs: build
144144
permissions:
145145
pages: write
146146
id-token: write

0 commit comments

Comments
 (0)