From 17dce090d3bc8e423cb7f7d268708bec3c8284a4 Mon Sep 17 00:00:00 2001 From: Alexis Bernard Date: Mon, 2 Sep 2024 09:37:05 +0200 Subject: [PATCH] Update action --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2ca8b4ac8b..c9dae342ce 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,7 +31,7 @@ jobs: uses: actions/configure-pages@v5 - name: Build with RDoc # Outputs to the './_site' directory by default - run: bundle exec rdoc --template=rorvswild + run: bundle exec rake rdoc - name: Upload artifact uses: actions/upload-pages-artifact@v3