Skip to content

Commit

Permalink
Another try
Browse files Browse the repository at this point in the history
  • Loading branch information
torabian committed Jul 22, 2024
1 parent 52a332f commit 44ca4e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/fireback-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,19 @@ jobs:

- name: Copy to build
run: cp -R modules/workspaces/codegen/react-new/build .

- name: Upload production-ready build files
uses: actions/upload-artifact@v3
with:
name: production-build
path: modules/workspaces/codegen/react-new/build

- name: Download production-ready build files
uses: actions/download-artifact@v3
with:
name: production-build
path: ./build

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
with:
Expand Down

0 comments on commit 44ca4e5

Please sign in to comment.