Skip to content

feat: add global offer on front page #30

feat: add global offer on front page

feat: add global offer on front page #30

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
environment: github-pages
steps:
- uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- run: npm run build
- name: Deploy
if: ${{ github.ref == 'refs/heads/dev' && github.event_name != 'pull_request' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public