Skip to content

Commit

Permalink
Merge 63c0c82 into fa4347f
Browse files Browse the repository at this point in the history
  • Loading branch information
skylersaleh committed Jul 15, 2022
2 parents fa4347f + 63c0c82 commit bd8c4ca
Show file tree
Hide file tree
Showing 6 changed files with 314 additions and 116 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,12 @@ jobs:
folder: build/bin # The folder the action should deploy.
force: false
clean: false
- name: Deploy to dev site 🚀
if: github.ref == 'refs/heads/dev'
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/dev
force: false
clean: false
Loading

0 comments on commit bd8c4ca

Please sign in to comment.