Skip to content

fix: wrong answers (#9) #4

fix: wrong answers (#9)

fix: wrong answers (#9) #4

Workflow file for this run

name: publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup NodeJs
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Build
run: |
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.