Skip to content

Commit

Permalink
Test docs (#864)
Browse files Browse the repository at this point in the history
* Set BUNDLE_GEMFILE

* Lock ruby version
  • Loading branch information
mbraak authored Nov 17, 2024
1 parent f261d03 commit 33f9b95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/docs/Gemfile
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
ruby-version: '3.3.5'
- name: Setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 33f9b95

Please sign in to comment.