Skip to content

Commit

Permalink
rename to build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansdaniels committed Dec 12, 2024
1 parent 4a3a474 commit 26b1987
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install -r requirements.txt
- name: Build Website
run: python md_to_html.py
run: python build.py

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
File renamed without changes.

0 comments on commit 26b1987

Please sign in to comment.