content(beats): Add a Spinal Cord beat

fix(lfs): Add paths again

fix(lfs): Update lfs paths

fix(lfs): Update lfs paths

fix(lfs): some fixes

fix(lfs): remove static

fix(lfs): Updload files again

build: Remove lfs dir after pulling
This commit is contained in:
Nikolai Rodionov
2023-04-11 13:29:19 +02:00
parent 63344968cc
commit 5f150e700f
5 changed files with 9 additions and 3 deletions

View File

@ -34,10 +34,11 @@ trigger:
- push
steps:
- name: Download submodules with themes
- name: Download submodules with themes and remove lfs
image: alpine/git
commands:
- git submodule update --init --recursive
- rm -rf static
- name: Test a build
image: git.badhouseplants.net/badhouseplants/hugo-builder