From b96c4157e59d8e3a6ddf842183f6d42ffc9c4c23 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 16 Jan 2025 02:15:23 +0000 Subject: [PATCH] Update .forgejo/workflows/deploy.yml --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index f2283157..7128e592 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -29,5 +29,5 @@ jobs: - name: Deploy 🚀 uses: https://github.com/JamesIves/github-pages-deploy-action@v4.2.5 with: - branch: pages # The branch the action should deploy to. + branch: gh-pages # The branch the action should deploy to. folder: docs/.vitepress/dist # The folder the action should deploy.