From 19622034e147b3b12b199fe8c714611a73071741 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Stracini Date: Fri, 18 Oct 2024 01:19:01 +0100 Subject: [PATCH] Update deploy-docs.yml (#324) --- .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: