Skip to content

Commit 7a76b1f

Browse files
authored
Fix Docs generation (#167)
1 parent 65e93fa commit 7a76b1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: 'adopt'
2020
java-version: 11
2121
- name: Generate Docs
22-
run: ./gradlew ./gradlew :integrationTest:hashRouterTest:jsProductionWebpack
22+
run: ./gradlew :integrationTest:hashRouterTest:jsProductionWebpack
2323
- name: Save sample
2424
uses: actions/upload-artifact@v3
2525
with:

0 commit comments

Comments
 (0)