Skip to content

feat: prettier and added flexible skippers (#200) #91

feat: prettier and added flexible skippers (#200)

feat: prettier and added flexible skippers (#200) #91

Workflow file for this run

name: Publish
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false
- name: Setup nodejs
uses: actions/setup-node@v5
with:
node-version: "24"
cache: "yarn"
- run: yarn install
- name: Run tests
run: yarn test --run
- run: yarn run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build