forked from david-swift/duckling
chore: More clear steps
This commit is contained in:
parent
8463a62d25
commit
bc0033a245
@ -33,8 +33,11 @@ steps:
|
|||||||
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/$CI_REPO.git $CI_REPO_NAME
|
- git clone -b pages https://$CODEBERG_TOKEN@codeberg.org/$CI_REPO.git $CI_REPO_NAME
|
||||||
# Remove old files from repository
|
# Remove old files from repository
|
||||||
- ls # Debug
|
- ls # Debug
|
||||||
- git -C $CI_REPO_NAME rm -r "*"
|
- cd $CI_REPO_NAME
|
||||||
- ls # Debug
|
- ls # Debug
|
||||||
|
- git rm -r "*"
|
||||||
|
- ls # Debug
|
||||||
|
- cd ..
|
||||||
# Copy build step output to repository folder
|
# Copy build step output to repository folder
|
||||||
- cp -ar $ZOLA_OUTPUT/. $CI_REPO_NAME/
|
- cp -ar $ZOLA_OUTPUT/. $CI_REPO_NAME/
|
||||||
- ls # Debug
|
- ls # Debug
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user