This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
Breaking: deprecation - React Router v6 support (#203) #108
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: Github Pages | |
on: | |
push: | |
branches: master | |
paths-ignore: | |
- 'Flow.drawio' | |
jobs: | |
gh-pages: | |
runs-on: ubuntu-latest | |
env: | |
SKIP_PREFLIGHT_CHECK: true | |
steps: | |
- uses: actions/checkout@v2 | |
- run: yarn | |
- run: yarn build:pages | |
- name: Deploy | |
uses: peaceiris/actions-gh-pages@v3 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
publish_dir: ./example/build |