Skip to content

Commit

Permalink
./sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Feb 7, 2025
1 parent 8b1e7b4 commit 19e9602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Check that building packages works
run: ./sbt +publishLocal
- name: Check website build process
run: sbt docs/clean; sbt docs/buildWebsite
run: ./sbt docs/clean; ./sbt docs/buildWebsite

test:
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Cache Dependencies
uses: coursier/cache-action@v6
- name: Generate Readme
run: sbt docs/generateReadme
run: ./sbt docs/generateReadme
- name: Commit Changes
run: |
git config --local user.email "zio-assistant[bot]@users.noreply.github.com"
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
node-version: 20.x
registry-url: https://registry.npmjs.org
- name: Publish Docs to NPM Registry
run: sbt docs/publishToNpm
run: ./sbt docs/publishToNpm
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down

0 comments on commit 19e9602

Please sign in to comment.