Skip to content

Commit 0bdf7c3

Browse files
committed
.
1 parent d6293e9 commit 0bdf7c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
apps: scala-cli
8989

9090
- name: Publish to Maven Central
91-
run: ./mill mill.javalib.SonatypeCentralPublishModule/
91+
run: ./millw mill.javalib.SonatypeCentralPublishModule/
9292
env:
9393
MILL_PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
9494
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}
@@ -127,7 +127,7 @@ jobs:
127127
run: mkdir -p site/docs/_assets/benchmarks && cp benchmark_history.json site/docs/_assets/benchmarks/benchmark_history.json
128128

129129
- name: Generate static site
130-
run: ./mill site.siteGen
130+
run: ./millw site.siteGen
131131

132132
- name: Setup Pages
133133
uses: actions/configure-pages@main

0 commit comments

Comments
 (0)