repo.or.cz
/
anarch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Censor the p-word
[anarch.git]
/
.gitlab-ci.yml
blob
4fcedfa0c0907d0358be038732b666908ee67f8f
1
pages:
2
stage: deploy
3
script:
4
- mkdir .public
5
- cp -r * .public
6
- mv .public public
7
artifacts:
8
paths:
9
- public
10
only:
11
- master