Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

feat: scroll into view when epilogue end (#557) #37

feat: scroll into view when epilogue end (#557)

feat: scroll into view when epilogue end (#557) #37

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Setup | Checkout
uses: actions/[email protected]
with:
ref: main
- name: Setup | Node.js
uses: re-taro/actions/[email protected]
with:
node-version-file: .nvmrc
- name: Deploy | Build
run: pnpm build
- name: Deploy | Deploy to Cloudflare Pages
id: page
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy --project-name 2024-hp --directory build/client