diff options
author | Joris | 2019-06-24 10:31:19 +0200 |
---|---|---|
committer | Joris | 2019-06-24 10:31:19 +0200 |
commit | 0b4e28c73cea17d4174f7fd2f4d283bf18a29b86 (patch) | |
tree | 4c92095d34752ac397164ec7cd0e42c509c8e962 | |
parent | 8b8da002dfe3b22f117f650800fa0ab30e1bbce6 (diff) |
Update cooking url
-rw-r--r-- | .gitlab-ci.yml | 10 | ||||
-rw-r--r-- | project/08-cooking.md | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 2062877..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: alpine:latest -pages: - stage: deploy - script: - - echo 'Nothing to do...' - artifacts: - paths: - - public - only: - - deploy diff --git a/project/08-cooking.md b/project/08-cooking.md index e90c8a8..7b361e9 100644 --- a/project/08-cooking.md +++ b/project/08-cooking.md @@ -1,7 +1,7 @@ --- name: Cooking gitlab: guyonvarch/cooking -live: https://guyonvarch.gitlab.io/cooking +live: https://cooking.guyonvarch.me skills: - Haskell - Hakyll |