Skip to content

Commit 9670402

Browse files
committed
Fixed as we dont use nodejs
1 parent f149812 commit 9670402

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

.github/workflows/deploy-arisamiga.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24-
- name: Setup Node.js
25-
uses: actions/setup-node@v3
26-
with:
27-
node-version: '14'
28-
29-
- name: Install dependencies
30-
run: npm install
31-
32-
- name: Build the project
33-
run: npm run build
34-
3524
- name: Deploy to GitHub Pages
3625
env:
3726
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy-main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,6 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24-
- name: Setup Node.js
25-
uses: actions/setup-node@v3
26-
with:
27-
node-version: '14'
28-
29-
- name: Install dependencies
30-
run: npm install
31-
32-
- name: Build the project
33-
run: npm run build
34-
3524
- name: Deploy to GitHub Pages
3625
env:
3726
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)