From 7978c819fd09bcb2356a1c30931ce163ac1f5faf Mon Sep 17 00:00:00 2001 From: Tobias Bora Date: Sat, 20 Nov 2021 21:34:40 +0100 Subject: [PATCH] Fixes bug with github actions #922 https://github.com/JamesIves/github-pages-deploy-action/issues/922 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 41667d1..e71e896 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ # The website is served by default at https://leo-colisson.github.io/website/ # but we can configure a custom domain (just add "CNAME leo-colisson.github.io."). # It is even possible to configure https! -# TODO: enable caching. +# TODO: enable caching. See e.g. https://github.com/actions/cache. # Some documentations: https://docs.github.com/en/actions/learn-github-actions/environment-variables # https://alexwilson.tech/content/717e6a35-1cb5-4a28-9321-592d05ddd9dc @@ -63,7 +63,7 @@ jobs: # Copy it in the "gh-pages" page. # https://github.com/marketplace/actions/deploy-to-github-pages - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.1.5 + uses: JamesIves/github-pages-deploy-action@4.1.6 with: branch: gh-pages # The branch the action should deploy to. folder: result # The folder the action should deploy.