Updated the GitHub Actions workflow to deploy the CDN WebComponents.

This commit is contained in:
Prad Nukala 2024-07-17 16:02:16 -04:00 committed by Prad Nukala (aider)
parent b6eeb90c28
commit 2144b4582e

View File

@ -1,5 +1,5 @@
# This workflow will create a GitHub release every time a tag is pushed
name: Create GitHub Release
name: Deploy CDN WebComponents
on:
push:
@ -13,14 +13,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Devbox
uses: jetpack-io/devbox-install-action@v0.7.0
- name: Install dependencies
run: devbox install
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Build
run: devbox run build
run: bun run build
- uses: ryand56/r2-upload-action@latest
with: