From 25af9cf3d12949a5e4333d25ae399bcb0b94ffbb Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Wed, 19 Jul 2023 15:57:32 +0100 Subject: [PATCH] Fix action name for deploying github pages --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4c51606f..e2b5a211 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,4 +61,4 @@ jobs: - name: Publish docs to GitHub Pages id: deployment - uses: actions/github-pages@v2.0.1 \ No newline at end of file + uses: actions/deploy-pages@v2.0.3