diff --git a/.github/workflows/deploy_web.yml b/.github/workflows/deploy_web.yml index dc94c3c30..0fc36a880 100644 --- a/.github/workflows/deploy_web.yml +++ b/.github/workflows/deploy_web.yml @@ -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 \ No newline at end of file