aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2026-01-13 08:14:52 +0100
committerGitHub <noreply@github.com>2026-01-13 08:14:52 +0100
commit0e4d714c1a6042a448e699176c1fbc84a89393c4 (patch)
tree42d15db0b2ad6e195b86bf24f2986f1ad1623c7f
parent5fb797a161acefc174400cdeb7c80867e2da70b7 (diff)
go away cleverbot
-rw-r--r--.github/workflows/deploy.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 1321bdc..48c224c 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,8 +21,8 @@ jobs:
run: bun run build
- name: Run Tests
run: bun test
- - name: Deploy 🚀
- uses: JamesIves/github-pages-deploy-action@v4.7.6
+ - name: Deploy
+ uses: JamesIves/github-pages-deploy-action@v4
with:
- branch: gh-pages # The branch the action should deploy to.
- folder: dist # The folder the action should deploy.
+ branch: gh-pages
+ folder: dist