From 16d37cab6801004d8d746f1fe81291225c1d6292 Mon Sep 17 00:00:00 2001 From: SSP6904 Date: Sat, 1 Jun 2024 19:20:42 -0400 Subject: [PATCH] Fix 2 for woodpcker --- .woodpecker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b3492cc..ee13d72 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,6 @@ steps: image: ruby commands: - chmod -R a+w . - - git clone https://git.ttnrtsite.me/TTNRT/pages.git - - cd pages - gem install bundler - bundle install - bundle exec jekyll build