Skip to content

Commit

Permalink
modified: .github/workflows/jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
byemaxx committed Nov 26, 2024
1 parent 1ac88a7 commit 1f6e348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Convert Markdown to HTML
run: |
python <<EOF
python <<EOF
import markdown
from jinja2 import Template
import re
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
print("HTML file has been generated successfully.")
EOF
EOF
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 1f6e348

Please sign in to comment.