This action build and deploy your repository on bohr.io each time you push a commit.
- Updated to the node16 runtime by default.
name: bohr.io deploy
on:
push:
branches:
- '**'
repository_dispatch:
types: [bohr-dispatch]
permissions: write-all
jobs:
deploy:
name: Deploy on bohr.io
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bohr-io/action@main
The scripts and documentation in this project are released under the MIT License.