Skip to content

Add abyssal/ride or die block descriptions #39

Add abyssal/ride or die block descriptions

Add abyssal/ride or die block descriptions #39

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install and Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/prod
branch: gh-pages
clean: true
token: ${{ secrets.GITHUB_TOKEN }}