Skip to content

Commit

Permalink
ci go
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhug committed Aug 28, 2021
1 parent 6e7c466 commit b17dac4
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,21 @@ image: alpine:latest
pages:
stage: deploy
script:
- mv . public/
- mkdir public
- ls .
- echo "go..."
- mv ./algorithm public/algorithm
- mv ./basic public/basic
- mv ./doc public/doc
- mv ./golang public/golang
- mv ./picture public/picture
- cp -r ./*.md public/
- cp -r ./*.html public/
- cp -r ./*.js public/
- cp ./.nojekyll public/
artifacts:
paths:
- public
expire_in: 2 day
expire_in: 1 day
only:
- master

0 comments on commit b17dac4

Please sign in to comment.