Skip to content

Build and Deploy to gh-pages #337

Build and Deploy to gh-pages

Build and Deploy to gh-pages #337

Workflow file for this run

name: Build and Deploy to gh-pages
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
github-token: ${{ secrets.ACCESS_TOKEN }}
folder: public/
clean-exclude: pr-preview/