Skip to content

making the example more "svelte-ey" by making "CenterText" be a deriv… #30

making the example more "svelte-ey" by making "CenterText" be a deriv…

making the example more "svelte-ey" by making "CenterText" be a deriv… #30

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
- name: Install and Build
run: |
npm ci
npm run build
- name: Deploy
# There is a bug, 2024-09-27: https://github.com/JamesIves/github-pages-deploy-action/issues/1697#issuecomment-2379861892
uses: JamesIves/[email protected]
with:
folder: dist