diff options
author | Tempest <pawnstar4@gmail.com> | 2022-06-02 21:39:30 -0600 |
---|---|---|
committer | Tempest <pawnstar4@gmail.com> | 2022-06-02 21:39:30 -0600 |
commit | 1ade3d4fa0bd650f6e27b24515fe0fd41c4d02a2 (patch) | |
tree | a8ffdb6a7e1fc51ffe1f4f4c7f3c6376f0788ff9 | |
parent | 3e07abd6e5720a002713cfcd1590544160969526 (diff) |
Debugging
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22ec43b..27adff5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ neocities: ruby:latest script: - gem install neocities + - neocities version - mkdir -p /root/.config/neocities/ - echo $NEOCITIES_TOKEN > /root/.config/neocities/config - neocities push --dry-run . |