Skip to content

Merge pull request #8 from KonradLinkowski/move-to-vite #1

Merge pull request #8 from KonradLinkowski/move-to-vite

Merge pull request #8 from KonradLinkowski/move-to-vite #1

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist