repo.or.cz
/
uweb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ebrowser v1.0.23
[uweb.git]
/
.gitlab-ci.yml
blob
3978773b54bb190e0a97790864764e78076e17a3
1
pages:
2
stage: deploy
3
script:
4
- rm -rf public
5
- mkdir tpublic
6
- ls | grep -v tpublic | xargs cp -r -t tpublic
7
- mv tpublic public
8
artifacts:
9
paths:
10
- public