Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wynnzen authored Dec 17, 2024
1 parent 01f2d86 commit c0d176a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@ name: Build and Upload Dist
on:
push:
branches:
- main
- master
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:
jobs:
build_job:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
- name: Install dependencies
run: npm install
- name: Build
Expand Down

0 comments on commit c0d176a

Please sign in to comment.