depoly: try to see if bare git cmd works
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 21s

This commit is contained in:
thislight 2024-03-09 19:14:52 +08:00
parent d50a130b99
commit e051ee1d45
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -6,11 +6,14 @@ jobs:
depoly: depoly:
runs-on: docker runs-on: docker
container: container:
image: node:18-bullseye image: node:20-bullseye
name: Depoly blog name: Depoly blog
steps: 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 - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
submodules: true # Checkout private submodules(themes or something else). submodules: true # Checkout private submodules(themes or something else).