mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
Updated the GitHub Actions workflow to deploy the CDN WebComponents.
This commit is contained in:
parent
b6eeb90c28
commit
2144b4582e
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user