Skip to content

Commit

Permalink
update version (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong authored Dec 14, 2023
1 parent 49957c8 commit b30a01d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
npx ng build
- name: Deploy Main Site
uses: JamesIves/github-pages-deploy-action@4.1.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
if: github.ref == 'refs/heads/main'
with:
branch: gh-pages
Expand All @@ -53,7 +53,7 @@ jobs:
aws s3 sync --delete ./dist s3://${{ secrets.AWS_STAGING_BUCKET }}
- name: Deploy NREL
uses: JamesIves/github-pages-deploy-action@4.1.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
if: github.ref == 'refs/heads/nrel'
with:
repository-name: BuildingEnergyTools/tools-website-nrel
Expand All @@ -62,7 +62,7 @@ jobs:
token: ${{ secrets.DEPLOY_STAGING_KEY }}

- name: Deploy LBNL
uses: JamesIves/github-pages-deploy-action@4.1.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
if: github.ref == 'refs/heads/lbnl'
with:
repository-name: BuildingEnergyTools/tools-website-lbnl
Expand All @@ -71,7 +71,7 @@ jobs:
token: ${{ secrets.DEPLOY_STAGING_KEY }}

- name: Deploy PNNL
uses: JamesIves/github-pages-deploy-action@4.1.1
uses: JamesIves/github-pages-deploy-action@v4.5.0
if: github.ref == 'refs/heads/pnnl'
with:
repository-name: BuildingEnergyTools/tools-website-pnnl
Expand Down

0 comments on commit b30a01d

Please sign in to comment.