Skip to content

Implement web3 build GitHub action #5

Implement web3 build GitHub action

Implement web3 build GitHub action #5

Workflow file for this run

name: Web3 Build
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node using mise
uses: jdx/mise-action@v2
- name: Setup PNPM
uses: pnpm/action-setup@v4
- name: Install Deps
shell: bash
run: pnpm i
- name: Build
shell: bash
run: astro build --mode web3
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./dist/