Update deploy.yml

This commit is contained in:
2023-08-29 11:55:20 +08:00
committed by GitHub
parent b8413bec47
commit 70b3dd2bfe

View File

@@ -7,7 +7,6 @@ concurrency:
cancel-in-progress: false
jobs:
deploy:
if: ${{ secrets.CF_API_TOKEN != '' }}
runs-on: ubuntu-latest
steps:
- name: Check Out