depoly: try to see if bare git cmd works
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 21s
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 21s
This commit is contained in:
parent
d50a130b99
commit
e051ee1d45
1 changed files with 5 additions and 2 deletions
|
@ -6,11 +6,14 @@ jobs:
|
|||
depoly:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:18-bullseye
|
||||
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@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true # Checkout private submodules(themes or something else).
|
||||
|
||||
|
|
Loading…
Reference in a new issue