From 463e6286e591e7d1f17687501a464061753dc40a Mon Sep 17 00:00:00 2001 From: Jeremy Jones Date: Wed, 4 Dec 2024 10:10:22 -0500 Subject: [PATCH] another sudo --- .github/workflows/deploy-test-branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-test-branch.yml b/.github/workflows/deploy-test-branch.yml index 386cff5..0206934 100644 --- a/.github/workflows/deploy-test-branch.yml +++ b/.github/workflows/deploy-test-branch.yml @@ -39,7 +39,7 @@ jobs: - name: Install Jekyll and bundler run: | sudo gem install jekyll bundler - bundle install + sudo bundle install # - name: Debug xxx # run: |