Skip to content

Update configuration for GitHub Pages deployment #6

Update configuration for GitHub Pages deployment

Update configuration for GitHub Pages deployment #6

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install and Build 🔧
run: |
npm ci
npm run build
npm run export
touch out/.nojekyll
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: out