Skip to content

Fix casing

Fix casing #146

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 }}