Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ2005 authored Dec 24, 2024
1 parent 874469d commit 8e4fb3c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
cache: 'npm'

- name: Deploy to Server via SSH
uses: appleboy/[email protected]
with:
Expand All @@ -35,8 +28,5 @@ jobs:
# Navigate to the 'quartz' directory where package.json and package-lock.json are located
cd /root/notes/quartz/
# Install dependencies
npm ci # Use npm ci to install dependencies from package-lock.json
# Build Quartz
npx quartz build

0 comments on commit 8e4fb3c

Please sign in to comment.