Skip to content

Commit

Permalink
update deploy doc
Browse files Browse the repository at this point in the history
  • Loading branch information
twoelevenjay committed Oct 28, 2024
1 parent b22eedc commit 79a362b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
node-version: 'lts/*' # Use latest LTS version of Node.js

# Step 3: Install Node.js dependencies (if you have any)
- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

# Step 4: Generate readme.txt using the Node.js script in .github/scripts/
- name: Generate readme.txt
Expand Down

0 comments on commit 79a362b

Please sign in to comment.