Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MOB-atheist committed Dec 22, 2023
1 parent a8d9bb8 commit a808449
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,31 @@ jobs:
- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
source: README.md
source: ./
output: ./processed/index.html
github-corners: https://github.com/jaywcjlove/markdown-to-html-cli
favicon: data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>
- name: Find and Replace JAVASCRIPT.md links
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "JAVASCRIPT.md"
replace: "JAVASCRIPT.html"
include: "processed/**"
regex: true
- name: Find and Replace REACTJS.md links
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "REACTJS.md"
replace: "REACTJS.html"
include: "processed/**"
regex: true
- name: Find and Replace LINKS.md links
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "LINKS.md"
replace: "LINKS.html"
include: "processed/**"
regex: true
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
Expand Down

0 comments on commit a808449

Please sign in to comment.