Skip to content

Optimized HTML and fixed asset paths for relative serving #2

Optimized HTML and fixed asset paths for relative serving

Optimized HTML and fixed asset paths for relative serving #2

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
branch: gh-pages