aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2025-12-24 19:53:15 +0100
committerGitHub <noreply@github.com>2025-12-24 19:53:15 +0100
commit138857f8c1cead9504bd3906b18971389ffbb09e (patch)
tree9f1677a63c08df72dd012db53eb1c64d4f3c4a75 /.github/workflows/deploy.yml
parentd686b658f7d9aac29befce824c2ded6eb5a1e9ce (diff)
parent2b65e38812919635e362b94b3ef6bd11a1db0987 (diff)
Merge pull request #280 from AttorneyOnline/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.6
Bump JamesIves/github-pages-deploy-action from 4.7.4 to 4.7.6
Diffstat (limited to '.github/workflows/deploy.yml')
-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 47af407..296323c 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.4
+ uses: JamesIves/github-pages-deploy-action@v4.7.6
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.