Skip to content

Commit

Permalink
commented lines 21-28 on neocities.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
goldstargloww committed Jan 7, 2024
1 parent 0311c19 commit 92fbd6b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/neocities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
- uses: actions/checkout@v3
# Set up any tools and build steps here
# This example uses a Node.js toolchain to build a site
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install deps and build
run: |
npm i
npm run build
# - name: Use Node.js
# uses: actions/setup-node@v3
# with:
# node-version: lts/*
# - name: Install deps and build
# run: |
# npm i
# npm run build
# When the dist_dir is ready, deploy it to neocities
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1
Expand Down

0 comments on commit 92fbd6b

Please sign in to comment.