Skip to content

Commit

Permalink
remove Node JS
Browse files Browse the repository at this point in the history
  • Loading branch information
Shunlexxi committed Sep 2, 2024
1 parent e451767 commit 5f81223
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
#- name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: '14'

- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

- name: Build project
run: npm run build
# - name: Build project
# run: npm run build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 5f81223

Please sign in to comment.