aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-09-14 20:17:22 +0200
committerGitHub <noreply@github.com>2024-09-14 20:17:22 +0200
commit9a5ab3a1f62ed8f699dff58b8ba7e54668129075 (patch)
tree83e198358e18d5c9ae9a245883d23ad2635e91c5 /.github
parent103547fea8232232eac4faf4669256383237d51a (diff)
parentd6606364727e655e8fe45df271c32bd19b946676 (diff)
Merge pull request #232 from AttorneyOnline/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.4
Bump JamesIves/github-pages-deploy-action from 4.0.0 to 4.6.4
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9619453..d96da3a 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
- name: Build Project
run: npm run build
- name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@4.0.0
+ uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.