Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Nov 21, 2021
1 parent 0167bbf commit d4eec09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -129,6 +129,13 @@ jobs:
PGP_SECRET: ${{ secrets.PGP_SECRET }}
run: sbt --client '++${{ matrix.scala }}; ci-release'

- uses: christopherdavenport/create-ghpages-ifnotexists@v1

- name: Publish microsite
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: sbt --client '++${{ matrix.scala }}; site/publishMicrosite'

- name: Publish artifacts to npm
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit d4eec09

Please sign in to comment.