From 616efb25db822e0841b99fed06256d17779565d2 Mon Sep 17 00:00:00 2001 From: Vojta Date: Thu, 3 Oct 2024 08:20:24 +0200 Subject: [PATCH] workflow documentation --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 1935308..d1e708f 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -164,7 +164,7 @@ jobs: name: documentation path: html - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@4.1.1 with: branch: gh-pages # The branch the action should deploy to. folder: html/ariths_gen # The folder the action should deploy.