Skip to content

Commit

Permalink
correct File path
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Nov 25, 2023
1 parent 9e17d12 commit ca7c589
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/homepage_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Updates web application
on:
push:
branches:
- dev
- master

jobs:
Expand All @@ -26,7 +27,7 @@ jobs:
- run: npm run build

- name: script-execution-permissions
run: chmod +x '.github/scripts/homepage_source_files.sh'
run: chmod +x './.github/scripts/homepage_source_files.sh'

- name: upload-webpack-artifacts
shell: bash
Expand All @@ -35,7 +36,7 @@ jobs:
AWS_DEFAULT_REGION: 'us-east-1'
AWS_S3_BUCKET_NAME: 'ryanrigato.com'
AWS_SECRET_ACCESS_KEY: ${{secrets.PERSISTANT_STORAGE_KEY}}
run: '.github/scripts/homepage_source_files.sh'
run: './.github/scripts/homepage_source_files.sh'



Expand Down

0 comments on commit ca7c589

Please sign in to comment.