Skip to content

Bump braces from 3.0.2 to 3.0.3 (#36) #41

Bump braces from 3.0.2 to 3.0.3 (#36)

Bump braces from 3.0.2 to 3.0.3 (#36) #41

Workflow file for this run

name: GitHub Pages deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install & Build 🔧
run: |
yarn
yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: public
CLEAN: true