Skip to content

wip: debugging base url #11

wip: debugging base url

wip: debugging base url #11

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 }}/