Skip to content

chore: Testing s ticker again #45

chore: Testing s ticker again

chore: Testing s ticker again #45

name: Deploy to GH Pages
on:
push:
branches: [ main ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Build
env:
NEXT_PUBLIC_WC_ID: ${{ secrets.NEXT_PUBLIC_WC_ID }}
NEXT_PUBLIC_GA_ID: ${{ secrets.NEXT_PUBLIC_GA_ID }}
run: |
yarn install
yarn build
touch out/.nojekyll
- name: Deploy
# https://github.com/JamesIves/github-pages-deploy-action
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: out