aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-06-22 21:52:38 +0200
committerGitHub <noreply@github.com>2025-06-22 21:52:38 +0200
commit95b35700e968435d53a453f4c180b77c477b0363 (patch)
tree502ccff2c21a72da3359d997cb8054a71df64ea6 /.github
parentd9d5455e6431c0cda3bb38f3ee290c33884bc5a2 (diff)
parent8cea449afaf2bbce98d195fd8bf94d49f47925eb (diff)
Merge pull request #258 from AttorneyOnline/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.3
Bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3
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 1d5aa40..be37f83 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@v4.7.2
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.