Browse Source

Merge pull request #489 from garritfra/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.0

Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0
pull/490/head
Garrit Franke 2 weeks ago committed by GitHub
parent
commit
4aaa36cdb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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