depoly: remove dns check
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 59s

This commit is contained in:
thislight 2024-06-02 15:59:02 +08:00
parent e051ee1d45
commit b97a8cfa1c
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -9,9 +9,6 @@ jobs:
image: node:20-bullseye
name: Depoly blog
steps:
- name: Try checkout buck to see if the DNS works
run: git clone -vvv https://github.com/thislight/hexo-theme-buck.git
- name: Checkout
uses: actions/checkout@v4
with: