Skip to content

chore: fix kaboom version number in title #38

chore: fix kaboom version number in title

chore: fix kaboom version number in title #38

Workflow file for this run

name: 'CI'
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install --frozen-lockfile --ignore-engines
- name: Build
run: |
yarn build
echo > ./dist/.nojekyll
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist