Skip to content

revert preflight css to url #10

revert preflight css to url

revert preflight css to url #10

Workflow file for this run

# .github/workflows/deploy.yml
name: Deploy
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: ./build/
branch: gh-pages
clean-exclude: pr-preview
force: false