Skip to content

docs: add license in readme #32

docs: add license in readme

docs: add license in readme #32

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
- name: Build
run: |
npm run build
env:
NEXT_PUBLIC_BASE_PATH: '/health-plus'
- name: nojeckyll
run: |
touch ./out/.nojeckyll
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.health_plus_token }}
publish_dir: ./out