Skip to content

Commit

Permalink
Fixes bug with github actions #922
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasBora committed Nov 20, 2021
1 parent adbf6bc commit 7978c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 7978c81

Please sign in to comment.