diff --git a/.github/workflows/pre-deploy.yml b/.github/workflows/pre-deploy.yml index ccfe6ea..4d27d2e 100644 --- a/.github/workflows/pre-deploy.yml +++ b/.github/workflows/pre-deploy.yml @@ -31,6 +31,10 @@ jobs: - name: Write redirects run: | python scripts/write_redirects.py + + - name: Add confirm message + run: | + echo "Ready to deploy!" - uses: stefanzweifel/git-auto-commit-action@v4 with: @@ -38,4 +42,3 @@ jobs: commit_user_name: Zen Browser Robot commit_user_email: zen-browser-auto@users.noreply.github.com branch: deploy - \ No newline at end of file