Skip to content

fix: maxWidth 삭제, blank width, height설정 추가 #4

fix: maxWidth 삭제, blank width, height설정 추가

fix: maxWidth 삭제, blank width, height설정 추가 #4

Workflow file for this run

name: Deploy React Application
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: npm install, build
run: |
cd demo
npm install
npm run build
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: ./demo/build