Skip to content

Make comment about tooltip tails more precise #18

Make comment about tooltip tails more precise

Make comment about tooltip tails more precise #18

Workflow file for this run

name: Build and deploy slides to GitHub pages
on:
push:
branches: [ main ]
jobs:
build_test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: build
run: |
npm install
npm run bundle
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./bundled