Update .forgejo/workflows/deploy.yml
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m28s

This commit is contained in:
thepaperpilot 2025-01-16 02:15:23 +00:00
parent 9894c6c810
commit b96c4157e5

View file

@ -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.