Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
Link replacement should only affect html files, so as to not corrupt other files like a images
  • Loading branch information
MOB-atheist committed Dec 22, 2023
1 parent fbaeb98 commit b9240dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
find: ".md"
replace: ".html"
include: "_site/**"
include: "_site/**/*.html"
regex: true
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit b9240dd

Please sign in to comment.