Skip to content

Commit

Permalink
ci: Configure BUNDLE_GEMFILE for metanorma-related tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Feb 17, 2025
1 parent beb9ff0 commit 275bc87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
name: Check aggregating artifacts with site
runs-on: ubuntu-latest
needs: [build-site, build-docs]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/src-documents/Gemfile
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 275bc87

Please sign in to comment.