Skip to content

fix: redirect non-root URL paths to root index.html #8

fix: redirect non-root URL paths to root index.html

fix: redirect non-root URL paths to root index.html #8

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build and Deploy
uses: ./.github/actions/build-and-deploy
with:
BASE_URL: /${{ github.event.repository.name }}/