Compare commits

...

3 Commits

Author SHA1 Message Date
Garrit Franke 4aaa36cdb9
Merge pull request #489 from garritfra/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.0 2 weeks ago
Garrit Franke 477db6d138
Merge branch 'main' into dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.0 2 weeks ago
dependabot[bot] 1fcdb1d59a
Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0 2 weeks ago
  1. 2
      .github/workflows/deploy.yml

2
.github/workflows/deploy.yml

@ -25,7 +25,7 @@ jobs:
touch out/.nojekyll
echo "garrit.xyz" > CNAME
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: out

Loading…
Cancel
Save