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