Skip to content

Commit

Permalink
rename web3-build to web3-deploy and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nipsysdev committed Jan 8, 2025
1 parent d2ba928 commit 3c351ed
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Web3 Build
name: Web3 Deploy

on:
push:
Expand All @@ -16,11 +16,11 @@ jobs:
- name: Setup Node using mise
uses: jdx/mise-action@v2

- name: Install Deps
- name: Install Node dependencies
shell: bash
run: pnpm i

- name: Build
- name: Build for Web3
run: |
pnpm build:web3
rm ./dist/CNAME
Expand All @@ -31,9 +31,6 @@ jobs:
with:
path: ./dist/

- name: Output artifact ID
run: echo 'Artifact ID is ${{ steps.artifactUpload.outputs.artifact-id }}'

- name: Request artifact pinning
id: pinRequest
uses: fjogeleit/http-request-action@v1
Expand Down

0 comments on commit 3c351ed

Please sign in to comment.