Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pongsaphol authored Jul 21, 2023
1 parent a6c367d commit e6d555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Change relative path to absolute path
run: sed -i -e 's+../media/+https://proginth.sgp1.cdn.digitaloceanspaces.com/solutions/media/+g' *
run: sed -i -e 's+../media/+https://${{ env.BUCKET_NAME }}.sgp1.cdn.digitaloceanspaces.com/solutions/media/+g' *
working-directory: ./md

- name: Set up S3cmd cli tool
Expand Down

0 comments on commit e6d555f

Please sign in to comment.