Skip to content

Merge pull request #345 from codyatwork/dependabot/npm_and_yarn/svelt… #325

Merge pull request #345 from codyatwork/dependabot/npm_and_yarn/svelt…

Merge pull request #345 from codyatwork/dependabot/npm_and_yarn/svelt… #325

Workflow file for this run

name: Deploy GH Pages 🚀
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install dependencies 👨🏻‍💻
run: |
npm ci
- name: Build ⚙️
run: |
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.