Skip to content

Bump @babel/traverse from 7.15.4 to 7.23.2 (#35) #38

Bump @babel/traverse from 7.15.4 to 7.23.2 (#35)

Bump @babel/traverse from 7.15.4 to 7.23.2 (#35) #38

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