From 21f72e48829ef1dd2b2db4716744e375e05632bd Mon Sep 17 00:00:00 2001 From: Daniel O'Grady Date: Thu, 13 Jul 2023 09:28:07 +0200 Subject: [PATCH] Downgrade deploy action to 4.1.4 --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e65861e1..900b6430 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,10 +1,10 @@ # ci.yml file for GitHub Actions -name: CI +name: Documentation on: [push, pull_request] jobs: - build_and_lint: + build_and_deploy: runs-on: ubuntu-latest steps: - name: Checkout the repository @@ -28,7 +28,7 @@ jobs: run: npm run doc:full - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.3 + uses: JamesIves/github-pages-deploy-action@4.1.4 with: branch: gh-pages folder: doc \ No newline at end of file