aboutsummaryrefslogtreecommitdiffstats
path: root/.github/actions/build.yml
diff options
context:
space:
mode:
authorBrendan F <EpicWolverine@users.noreply.github.com>2025-01-09 00:50:12 -0500
committerBrendan F <EpicWolverine@users.noreply.github.com>2025-01-09 00:50:12 -0500
commitc552aac73c7e9f744c11a0220af8450674ed151d (patch)
tree435a836b1380a6edd11d7bb2922cc3c2ced6714b /.github/actions/build.yml
parentf84b8781a04b06b4196c983498226a9fb5391d55 (diff)
Use proper naming and structure for a composite action
Diffstat (limited to '.github/actions/build.yml')
-rw-r--r--.github/actions/build.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/.github/actions/build.yml b/.github/actions/build.yml
deleted file mode 100644
index fb2e198..0000000
--- a/.github/actions/build.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: Build Website
-runs:
- using: "composite"
- steps:
- - name: Set Node.js
- uses: actions/setup-node@v4
- with:
- node-version: 20.x
- cache: 'yarn'
- - name: Set up Yarn2
- run: |
- corepack enable
- yarn set version berry
- - name: Run install
- uses: borales/actions-yarn@v5
- with:
- cmd: install # will run `yarn install` command
- - name: Build production bundle
- uses: borales/actions-yarn@v5
- with:
- cmd: build
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage