Skip to content

SOEOPSFY24-205 | remove base url #4

SOEOPSFY24-205 | remove base url

SOEOPSFY24-205 | remove base url #4

Workflow file for this run

# .github/workflows/deploy.yml
name: Deploy Main
on:
push:
branches:
- main
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i && npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./out
branch: gh-pages
clean-exclude: pr-preview
force: false