Skip to content

Commit

Permalink
ci(deps): bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6…
Browse files Browse the repository at this point in the history
….8 (#264)
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent e5bf6ec commit 719d296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: sed -i 's/<base href="\/CurrentTimeApp\/"/<base href="\/CurrentTimeApp-dev-env\/"/g' release/wwwroot/index.html
- run: ls -R
- name: Publish application to GitHub Pages
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29
with:
repository-name: jjliggett/CurrentTimeApp-dev-env
token: ${{ secrets.DEV_PAT_TOKEN }}
Expand All @@ -150,7 +150,7 @@ jobs:
path: release/
- run: ls -R
- name: Publish application to GitHub Pages
uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29
if: ${{ github.ref == 'refs/heads/root' }}
with:
token: ${{ secrets.PROD_PAT_TOKEN }}
Expand Down

0 comments on commit 719d296

Please sign in to comment.