mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 05:11:09 +00:00
x
This commit is contained in:
parent
fdb33296b1
commit
e0d0605a42
2 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,4 @@ steps:
|
|||
commands:
|
||||
- apt update
|
||||
- apt install git --yes
|
||||
- git submodule update --recursive --remote
|
||||
- ./build.sh
|
||||
|
|
3
build.sh
3
build.sh
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
git submodule update --recursive --remote
|
||||
ls -la lemmy
|
||||
|
||||
# generate config docs
|
||||
pushd lemmy
|
||||
mkdir -p ../generated
|
||||
|
|
Loading…
Reference in a new issue