From fd9f25e5d041bf6f1a7efab8557f66d387329f25 Mon Sep 17 00:00:00 2001 From: asr Date: Tue, 10 Jun 2025 20:56:37 +0000 Subject: [PATCH] Update .forgejo/workflows/deploy.yml --- .forgejo/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index c339ad6..6b4b601 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -4,7 +4,7 @@ jobs: runs-on: selfhosted steps: - run: | - npm ci - bundle install - TAILWINDCSS_INSTALL_DIR=node_modules/.bin bundle exec ruby build.rb - cp -rf _build/* /srv/farthergate.com/ \ No newline at end of file + npm ci + bundle install + TAILWINDCSS_INSTALL_DIR=node_modules/.bin bundle exec ruby build.rb + cp -rf _build/* /srv/farthergate.com/ \ No newline at end of file