Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Oct 9, 2024
1 parent f47c757 commit fedef34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 664 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
java-version: 17
check-latest: true
- name: Check if the README file is up to date
run: sbt docs/checkReadme
run: sbt docs/checkReadme
- name: Check artifacts build process
run: sbt +publishLocal
run: sbt +publishLocal
- name: Check website build process
run: sbt docs/clean; sbt docs/buildWebsite
publish-docs:
Expand All @@ -54,7 +54,7 @@ jobs:
node-version: 16.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 }}
generate-readme:
Expand Down
Loading

0 comments on commit fedef34

Please sign in to comment.