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.