Skip to content

Merge pull request #4 from saraedum/ffrtl #22

Merge pull request #4 from saraedum/ffrtl

Merge pull request #4 from saraedum/ffrtl #22

Workflow file for this run

name: Deploy
on:
push: { branches: [ "main" ] }
pull_request: { branches: [ "main" ] }
concurrency:
group: deploy-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with: { submodules: recursive }
- name: build
run: |
yarn install
yarn build
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist
target-folder: ""
single-commit: true