Add forgejo workflows support #53

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2024-02-11 19:43:38 +00:00
Showing only changes of commit 65ff440e25 - Show all commits

View file

@ -20,7 +20,7 @@ jobs:
npm run build npm run build
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: https://github.com/JamesIves/github-pages-deploy-action@v4.2.5
with: with:
branch: pages # The branch the action should deploy to. branch: pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy. folder: dist # The folder the action should deploy.