diff options
author | Tempest <pawnstar4@gmail.com> | 2022-06-02 21:45:40 -0600 |
---|---|---|
committer | Tempest <pawnstar4@gmail.com> | 2022-06-02 21:45:40 -0600 |
commit | 799937c8a1ac130dd26e73a8c35a3e627334ad51 (patch) | |
tree | 4e47444403800b546c03b28be69d31859cca209f | |
parent | 0f96392872d70c8673695a092b379bf23e2eb89e (diff) |
CI Works
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e1377d..cb7c571 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,4 @@ neocities: ruby:latest script: - gem install neocities - - neocities push --dry-run . + - neocities push . |