Skip to content

Fix h5 anchor styles #148

Fix h5 anchor styles

Fix h5 anchor styles #148

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Build and Deploy
run: bash ${GITHUB_WORKSPACE}/.github/scripts/deploy.sh
env:
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}