Skip to content

[#61833] add tooltips for new buttons on the right #164

[#61833] add tooltips for new buttons on the right

[#61833] add tooltips for new buttons on the right #164

Workflow file for this run

on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- name: Build
run: yarn && yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist