Skip to content

Inject base path for GH pages #3

Inject base path for GH pages

Inject base path for GH pages #3

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install and Build
run: |
npm install
npm run build
touch build/.nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build