Skip to content

Commit

Permalink
Adjusted deploy script
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Kuidja <[email protected]>
  • Loading branch information
Marcjazz committed Oct 25, 2024
1 parent ef5ce16 commit e9424b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
# Build and deploy the site to GitHub Pages
- name: Deploy to GitHub Pages
run: |
sed -i -E "s/your-username/${{github.repository_owner}}/g" ./README.md
sed -i -E "s/my-mkdocs-project/${{github.repository}}/g" ./README.md
# sed -i -E "s/your-username/${{github.repository_owner}}/g" ./README.md
# sed -i -E "s/my-mkdocs-project/${{github.repository}}/g" ./README.md
mkdocs gh-deploy --force

0 comments on commit e9424b7

Please sign in to comment.