diff options
| author | Ahmed <git@gumx.cc> | 2025-10-16 17:01:30 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2025-10-16 17:01:30 +0300 |
| commit | 76d25349fa15acae1994b267274d898acb551522 (patch) | |
| tree | 92dbce99906fed26271f8cdd5123bc327a9a9039 /.gitlab-ci.yml | |
| parent | 30dd31fbc558597110f373b3ef1e0c75ea350f75 (diff) | |
fix: updated info and build conf for sourcehut
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 4fc4afa..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,16 +0,0 @@ -image: alpine:latest -pages: - script: - # Install the zola package from the alpine community repositories - - apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola - # Execute zola build - - zola build - - artifacts: - paths: - # Path of our artifacts - - public - - # This config will only publish changes that are pushed on the main branch - only: - - main
\ No newline at end of file |
