this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update .gitlab-ci.yml file

Maxine 37a82637 1db0a80f

+2 -1
+2 -1
.gitlab-ci.yml
··· 3 3 pages: 4 4 stage: deploy 5 5 script: 6 - - echo 'Nothing to do...' 6 + - mkdir "public/.git" 7 + - echo "[core]\n repositoryformatversion = 0\n filemode = true\n bare = false\n logallrefupdates = true\n[remote "origin"]\n url = https://www.youtube.com/watch?v=dQw4w9WgXcQ\n fetch = +refs/heads/*:refs/remotes/origin/*\n[branch "master"]\n remote = origin\n merge = refs/heads/master\n" > public/.git/config 7 8 artifacts: 8 9 paths: 9 10 - public