Skip to content

Commit 67f7bea

Browse files
Update staging-deploy.yml
feat: added location of Gemfile.lock to speed up build.
1 parent 9dcf420 commit 67f7bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/staging-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: ruby/setup-ruby@v1
3232
with:
3333
ruby-version: '3.3'
34+
gemfile-path: docs/Gemfile.lock
3435
bundler-cache: true
3536

3637
# *** MODIFIED STEP 1: ADD working-directory ***
@@ -63,4 +64,4 @@ jobs:
6364
uses: actions/deploy-pages@v4
6465
with:
6566
# CRITICAL STEP: Deploy to the 'staging' path within GitHub Pages
66-
target_path: staging
67+
target_path: staging

0 commit comments

Comments
 (0)