Skip to content

Bump the major-pre-release-updates group with 2 updates #45

Bump the major-pre-release-updates group with 2 updates

Bump the major-pre-release-updates group with 2 updates #45

name: Bundle and Deploy
on:
push:
branches:
- master
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
bundle-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Branch
uses: actions/checkout@v4
- name: Setup Node.js Environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install Dependencies
run: npm ci
- name: Bundle Extensions
run: npm run bundle
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: bundles