Skip to content

Commit

Permalink
test deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
dlothian committed Jan 15, 2024
1 parent 95167f7 commit dcd365b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Site
on:
push:
branches:
- main
- auto_deploy
jobs:
build-and-deploy:
#concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
Expand All @@ -18,6 +18,6 @@ jobs:
npm install
ionic build --prod
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v3
with:
folder: VerbApp/www

0 comments on commit dcd365b

Please sign in to comment.