From 1f20471f188f92496a540158021057526a29d5b7 Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Tue, 27 Dec 2022 21:50:18 +0100 Subject: Update pages.yml (#72) --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 224b770..91279d1 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -38,7 +38,7 @@ jobs: cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages id: pages - uses: actions/configure-pages@v1 + uses: actions/configure-pages@v2 - run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site' env: JEKYLL_ENV: production -- cgit v1.2.3