Skip to content

Commit

Permalink
Update githubpages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Sep 2, 2023
1 parent 1be565a commit 7811051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sed -i 's/"start_url": "\/"/"start_url": "\/${{github.event.repository.name}}\/"/g' manifest.webmanifest
sed -i 's/"action": "\/"/"action": "\/${{github.event.repository.name}}\/"/g' manifest.webmanifest
sed -i 's/"action": "\/receive-webshare"/"action": "\/${{github.event.repository.name}}\/receive-webshare"/g' manifest.webmanifest
sed -i "s/return Response.redirect\('\/', 303\);/return Response.redirect\('\/${{github.event.repository.name}}\/', 303\);/g" service-worker.published.js
sed -i "s/return Response.redirect\(\'\/\', 303\);/return Response.redirect\(\'\/${{github.event.repository.name}}\/\', 303\);/g" service-worker.published.js
- name: Restore
run: dotnet restore src/PDFtoImage.sln
- name: Publish
Expand Down

0 comments on commit 7811051

Please sign in to comment.