From 363e402e16246ca9e73e8cb1a7c99bb7d03c7437 Mon Sep 17 00:00:00 2001 From: Vojta Mrazek Date: Thu, 23 Mar 2023 08:00:37 +0100 Subject: [PATCH] workflow: docs --- .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 ca6c8c3..fd8347c 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -128,7 +128,7 @@ jobs: name: documentation path: html - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@4.4.1 + uses: JamesIves/github-pages-deploy-action@4 with: branch: gh-pages # The branch the action should deploy to. folder: html/ariths_gen # The folder the action should deploy.