Skip to content

Commit effd926

Browse files
committed
remove Node setup and build steps from GitHub Actions workflow
1 parent 6443cc4 commit effd926

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ jobs:
1616
- name: Checkout source
1717
uses: actions/checkout@v4
1818

19-
- name: Setup Node
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: 18
23-
24-
- name: Install deps & Build
25-
run: |
26-
npm ci
27-
npm run build
28-
2919
- name: Upload GitHub Pages artifact
3020
uses: actions/upload-pages-artifact@v3
3121
with:

0 commit comments

Comments
 (0)