We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454e63a commit 84e419fCopy full SHA for 84e419f
.github/workflows/main.yml
@@ -27,6 +27,10 @@ jobs:
27
uses: actions/checkout@v2
28
- name: Checkout submodules
29
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'
34
35
- name: Setup Hugo
36
uses: peaceiris/actions-hugo@v2
@@ -81,7 +85,7 @@ jobs:
81
85
ssh -o StrictHostKeyChecking=no ${{ secrets.SSHHOST }} -i ../privkey -L 5001:localhost:5001 -fTN
82
86
83
87
- name: IPFS upload
84
- uses: Liudon/ipfs-action@master
88
+ uses: aquiladev/ipfs-action@master
89
id: deploy
90
timeout-minutes: 2
91
with:
0 commit comments