remove hardcoded prefix svg id inside default jsx output string #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |