Skip to content

Publish page to GitHub Pages #109

Publish page to GitHub Pages

Publish page to GitHub Pages #109

Workflow file for this run

name: Publish page to GitHub Pages
on:
push:
branches:
- "main"
schedule:
- cron: '59 10 * * SUN'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
run: |
npm ci
npm run generate
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist