diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 8 |
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 |
