We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6293e9 commit 0bdf7c3Copy full SHA for 0bdf7c3
.github/workflows/ci.yml
@@ -88,7 +88,7 @@ jobs:
88
apps: scala-cli
89
90
- name: Publish to Maven Central
91
- run: ./mill mill.javalib.SonatypeCentralPublishModule/
+ run: ./millw mill.javalib.SonatypeCentralPublishModule/
92
env:
93
MILL_PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
94
MILL_PGP_SECRET_BASE64: ${{ secrets.PGP_SECRET }}
@@ -127,7 +127,7 @@ jobs:
127
run: mkdir -p site/docs/_assets/benchmarks && cp benchmark_history.json site/docs/_assets/benchmarks/benchmark_history.json
128
129
- name: Generate static site
130
- run: ./mill site.siteGen
+ run: ./millw site.siteGen
131
132
- name: Setup Pages
133
uses: actions/configure-pages@main
0 commit comments