From a2679f7629f17a72fc91d126c9e8becc610cfbaa Mon Sep 17 00:00:00 2001 From: Alexis Bernard Date: Thu, 17 Oct 2024 15:05:44 +0200 Subject: [PATCH] Fix deploy action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd24376..fc95cf5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: bundler-cache: true - name: Build with RDoc - run: ./rdoc.rb --root ruby --include ruby/doc --title "Ruby Documentation" --main README.md --template rorvswild --output _site + run: ./rorvswild-theme-rdoc --root ruby --include ruby/doc --title "Ruby Documentation" --main README.md --output _site - name: Setup Pages id: pages