Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Dec 21, 2023
1 parent 4d041e8 commit 711b860
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ jobs:
target-folder: branch/dev
force: false
clean: false
- name: Deploy to RA site 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/bin # The folder the action should deploy.
target-folder: branch/retro
force: false
clean: false

0 comments on commit 711b860

Please sign in to comment.