Skip to content

Update sbt, scripted-plugin to 1.8.3 #79

Update sbt, scripted-plugin to 1.8.3

Update sbt, scripted-plugin to 1.8.3 #79

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install && npm run build
- name: Publish gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist