From 10623933e8b97e8b32799a56145518f525df8a88 Mon Sep 17 00:00:00 2001 From: Brian Staber Date: Wed, 9 Jul 2025 23:08:37 +0200 Subject: [PATCH] :recycle: Change deploy step --- .github/workflows/deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f7f514..1150b46 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,4 +54,7 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: oprypin/push-to-gh-pages@v3 + with: + publish_dir: site + commit_message: 'Generate docs: '