Skip to content

add temporary coupon support #221

add temporary coupon support

add temporary coupon support #221

Workflow file for this run

name: Hook Docs
on:
push:
branches:
- main
paths:
- "**.php"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build
run: |
yarn install
yarn build:docs
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./hookdocs