From 64037d445c209a323607465cec9b52318e59a36a Mon Sep 17 00:00:00 2001 From: Cyril B Date: Wed, 10 May 2023 18:13:37 +0200 Subject: [PATCH] pipelines: upgrade deprecated node12 actions [skip ci] --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0b11912..ccdf5ee 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -39,11 +39,11 @@ jobs: - name: Build run: cd ./doc ; node ./convert.js - name: Setup Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v3.0.0 - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: path: "doc/www" - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2