diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-06-22 21:52:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-22 21:52:38 +0200 |
| commit | 95b35700e968435d53a453f4c180b77c477b0363 (patch) | |
| tree | 502ccff2c21a72da3359d997cb8054a71df64ea6 /.github/workflows/deploy.yml | |
| parent | d9d5455e6431c0cda3bb38f3ee290c33884bc5a2 (diff) | |
| parent | 8cea449afaf2bbce98d195fd8bf94d49f47925eb (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/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
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. |
