Skip to content

Merge pull request #8 from BreakerSpaceHQ/skrispyb-patch-4 #15

Merge pull request #8 from BreakerSpaceHQ/skrispyb-patch-4

Merge pull request #8 from BreakerSpaceHQ/skrispyb-patch-4 #15

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist