aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-09-30 21:37:56 +0200
committerGitHub <noreply@github.com>2024-09-30 21:37:56 +0200
commitbbf9099167334abf4fcbd76b4cfa2ff18600c3ce (patch)
treeb88b3a8bf5e83231b953561f8e837900425863ab
parent0557ccf3d78e36773d9845e7054d97c9d505594f (diff)
parentea6501a35c17f7d2dd463706faa25334b7a1c24f (diff)
Merge pull request #244 from AttorneyOnline/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.6.8
Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8
-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 d96da3a..6b1c94e 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.6.4
+ uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.