From 0b7621f285faa3f6a4401e7ef68510ffca40ecfb Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 18 Oct 2024 01:02:21 +0100 Subject: [PATCH] Update deploy-docs.yml --- .github/workflows/deploy-docs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 278ba9862..d6791aabe 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -10,19 +10,21 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Set up Node.js - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20' - name: Install dependencies and build run: | cd docs npm install npm run build + - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: