Skip to content

Commit 84e419f

Browse files
authored
Update main.yml
1 parent 454e63a commit 84e419f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
uses: actions/checkout@v2
2828
- name: Checkout submodules
2929
run: git submodule update --init --recursive --remote
30+
- name: Setup Node.js environment
31+
uses: actions/setup-node@v2
32+
with:
33+
node-version: '18.x'
3034

3135
- name: Setup Hugo
3236
uses: peaceiris/actions-hugo@v2
@@ -81,7 +85,7 @@ jobs:
8185
ssh -o StrictHostKeyChecking=no ${{ secrets.SSHHOST }} -i ../privkey -L 5001:localhost:5001 -fTN
8286
8387
- name: IPFS upload
84-
uses: Liudon/ipfs-action@master
88+
uses: aquiladev/ipfs-action@master
8589
id: deploy
8690
timeout-minutes: 2
8791
with:

0 commit comments

Comments
 (0)