From 16c8bb0b27b0979df416e615ada3f3bd3188ae01 Mon Sep 17 00:00:00 2001 From: Picnic-Bot Date: Thu, 24 Nov 2022 08:37:02 +0100 Subject: [PATCH] Upgrade actions/configure-pages v2.1.2 -> v2.1.3 (#316) See: - https://github.com/actions/configure-pages/releases/tag/v2.1.3 - https://github.com/actions/configure-pages/compare/v2.1.2...v2.1.3 --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 7ab44cea..dfe87df1 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -18,7 +18,7 @@ jobs: working-directory: ./website bundler-cache: true - name: Configure Github Pages - uses: actions/configure-pages@v2.1.2 + uses: actions/configure-pages@v2.1.3 - name: Generate documentation run: ./generate-docs.sh - name: Build website with Jekyll