Revert "workflows: try to fix checkout problem"
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 28s
Some checks failed
Build & Depoly / Depoly blog (push) Failing after 28s
This reverts commit 9534370119
.
This commit is contained in:
parent
3c23040162
commit
2829e047a8
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
depoly:
|
depoly:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:20-bullseye
|
||||||
name: Depoly blog
|
name: Depoly blog
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in a new issue