generated from inherentlee/11ty
This commit is contained in:
@ -13,7 +13,7 @@ steps:
|
|||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- apt-get update && apt-get install -y rsync
|
- apt-get update && apt-get install -y rsync
|
||||||
- git pull --recurse-submodules -u origin main
|
- git pull --recurse-submodules --set-upstream origin main
|
||||||
- git submodule update --remote --recursive
|
- git submodule update --remote --recursive
|
||||||
- ls -al $REPOSITORY
|
- ls -al $REPOSITORY
|
||||||
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git
|
- rsync -uavh _site/ $REPOSITORY --delete --exclude .git
|
||||||
|
|||||||
Reference in New Issue
Block a user