-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build PDF in GitHub Actions (but works locally) #17
Comments
@ronaldtse the latest |
@CAMOBAP in the https://github.com/metanorma/mn-samples-plateau/blob/main/.github/workflows/docker.yml there is an instruction to install the - name: Setup Flavor
uses: actions-mn/setup-flavors@v1
with:
extra-flavors: plateau
github-pakages-token: ${{ secrets.METANORMA_CI_PAT_TOKEN }}
use-bundler: true But we need to install the latest I've tried to add this:
or
but again the version |
I think instructions for overriding gems in the docker container will be useful in the website |
Because we use docker workflow which has 'pre-installed' gems, it will use mn2pdf that was installed during We have a dedicated action to override gems that are delivered with the docker container:
Just add required gems into Gemfile in the repo
Good Idea but to be honest I'm not really understand the issue why we need a such workaround to install gems (to me it's important to describe the root of the issue). Let me know if you wanna to dig it and write a post about it |
Gemfile updated for fixing issue #17
@CAMOBAP thanks! |
docker.yml and Gemfile updated. |
Not sure why?
https://github.com/metanorma/mn-samples-plateau/actions/runs/9217100051/job/25358519329
The text was updated successfully, but these errors were encountered: