Skip to content

Commit

Permalink
Fix ruby/setup-ruby working directory configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles <[email protected]>
  • Loading branch information
pcdavid committed Feb 7, 2024
1 parent a77ee38 commit 08e1470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
path: ${{ env.WEBSITE_CONTENT_DIR }}
- name: Setup Ruby
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.1
working-directory: ${{ env.WEBSITE_SOURCES_DIR }}
with:
ruby-version: '3.3'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
working-directory: ${{ env.WEBSITE_SOURCES_DIR }}
- name: Prune current content
working-directory: ${{ env.WEBSITE_CONTENT_DIR }}
run: git rm -rf *
Expand Down

0 comments on commit 08e1470

Please sign in to comment.