Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyBear authored Aug 19, 2024
1 parent f0a23ff commit e56f0f3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: 🧾 Linting & Formatting
- run: yarn install
run: yarn install
- run: yarn lint
- run: yarn format
- name: 🚧 Building
- run: yarn build
# - name: 🚀 Deploying
# - uses: actions/configure-pages@v3
# - uses: actions/upload-pages-artifact@v2
# with:
# path: './dist'
# - uses: actions/deploy-pages@v1
# - run: echo '✅ Success deployed!'
run: yarn build
- name: 🚀 Deploying
uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
path: './dist'
- uses: actions/deploy-pages@v1
- run: echo '✅ Success deployed!'

0 comments on commit e56f0f3

Please sign in to comment.