Skip to content

remove hardcoded prefix svg id inside default jsx output string #42

remove hardcoded prefix svg id inside default jsx output string

remove hardcoded prefix svg id inside default jsx output string #42

Workflow file for this run

name: Deploy site
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: npm i --legacy-peer-deps
- name: build
run: npm run build
- name: deploy pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/public