Skip to content

Commit

Permalink
Update pages-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yulmwu committed Jan 7, 2025
1 parent 5dfb170 commit 9a61c0a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ jobs:
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)

- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"

- name: Install dependencies
run: npm install && npm run build && npm test

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 9a61c0a

Please sign in to comment.