With the following action:
name: Lean Action CI
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read # Read access to repository contents
pages: write # Write access to GitHub Pages
id-token: write # Write access to ID tokens
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: leanprover/lean-action@v1
- uses: leanprover-community/docgen-action@v1
- uses: actions/upload-pages-artifact@v3
with:
path: docbuild/.lake/build/doc
- uses: actions/deploy-pages@v4
I'm getting
[1848/1848] Built CuTe/CuTe:docs (2.4s)
info: Documentation indexing
Build completed successfully (1848 jobs).
Run ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c
Modifying PATH
Entries added to PATH to use selected Ruby:
/opt/hostedtoolcache/Ruby/3.1.7/x64/bin
Downloading Ruby
https://github.com/ruby/ruby-builder/releases/download/toolcache/ruby-3.1.7-ubuntu-24.04.tar.gz
Took 0.50 seconds
Extracting Ruby
/usr/bin/tar -xz -C /opt/hostedtoolcache/Ruby/3.1.7 -f /home/runner/work/_temp/5731c066-66c8-4c4a-bdf4-d356fd050795
Took 0.35 seconds
Print Ruby version
Installing Bundler
> bundle install
Could not determine gemfile path, skipping "bundle install" and caching
Took 0.00 seconds
Run JEKYLL_ENV=production bundle exec jekyll build
Could not locate Gemfile or .bundle/ directory
at the end of the docgen-action step.
Here's the repo https://github.com/for-all-dev/formal-CuTe
With the following action:
I'm getting
at the end of the docgen-action step.
Here's the repo https://github.com/for-all-dev/formal-CuTe