aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-11-10 21:49:49 +0100
committerGitHub <noreply@github.com>2025-11-10 21:49:49 +0100
commit9e78f7af8444b7e137a89497c9e4792cd09dc421 (patch)
tree702f16a0846941cea6efc1a6fe76669afe7b73f5 /.github
parentca95f0ef01c8cae4ef80f50feb2aca65ea2cbc1f (diff)
parentec24d3154bdbce6553003d3b74f90b10cd6d317d (diff)
Merge pull request #275 from AttorneyOnline/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.4
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.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 c5cefd2..81be114 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
- name: Run Tests
run: npm test
- name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@v4.7.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.