Skip to content

Commit

Permalink
fix: use docker-gem-install for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored and ronaldtse committed Jan 11, 2025
1 parent 7902cac commit e75e3d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
submodules: true

- name: Bundler install
uses: metanorma/ci/docker-gem-install@main

- name: Metanorma generate site
uses: actions-mn/build-and-publish@v1
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ jobs:
uses: actions-mn/build-and-publish@v1
with:
agree-to-terms: true
use-bundler: true
destination: artifact
artifact-name: ${{ github.event.repository.name }}-${{ runner.os }}

0 comments on commit e75e3d0

Please sign in to comment.