aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/deploy_website.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/deploy_website.yml')
-rw-r--r--.github/workflows/deploy_website.yml15
1 files changed, 1 insertions, 14 deletions
diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml
index b0bb438..3d8b790 100644
--- a/.github/workflows/deploy_website.yml
+++ b/.github/workflows/deploy_website.yml
@@ -29,20 +29,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- - name: Checkout
- uses: actions/checkout@v4
- - name: Set Node.js
- uses: actions/setup-node@v4
- with:
- node-version: 20.x
- - 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
+ - uses: ./.github/actions/build.yml
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage