Skip to content

Bump ws from 7.5.5 to 7.5.10 (#37) #40

Bump ws from 7.5.5 to 7.5.10 (#37)

Bump ws from 7.5.5 to 7.5.10 (#37) #40

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