Skip to content

Commit

Permalink
Merge pull request #18 from MOB-atheist/MOB-atheist-patch-1
Browse files Browse the repository at this point in the history
Update jekyll-gh-pages.yml
  • Loading branch information
MOB-atheist authored Dec 22, 2023
2 parents b9240dd + f5c9b75 commit 600922d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,19 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site

- name: Find and Replace JAVASCRIPT.md links
uses: jacobtomlinson/gha-find-replace@v3
with:
find: ".md"
replace: ".html"
include: "_site/**/*.html"
include: "**/*.md"
regex: true
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down

0 comments on commit 600922d

Please sign in to comment.