From da45c2571db78aa093f9af620166333c5915eb68 Mon Sep 17 00:00:00 2001 From: gotbadger Date: Mon, 8 Jan 2024 15:24:29 +0000 Subject: [PATCH] ci(docs): update deps for docs pages --- .github/workflows/docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c07a142c2..071c7c81f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: + actions: read contents: read pages: write id-token: write @@ -40,7 +41,7 @@ jobs: - name: Build with eleventy run: npm run build - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: ./docs/_site @@ -54,4 +55,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file