Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobortolan committed Nov 27, 2024
1 parent f77cca5 commit 182817c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy landing page to GH Pages
name: Deploy docs to GH Pages

on:
push:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install dependencies
run: npm install
working-directory: ./docs_v2
Expand Down

0 comments on commit 182817c

Please sign in to comment.