Skip to content

Commit

Permalink
auto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
HengHuH committed Jun 4, 2024
1 parent a4eb34a commit 910b53d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 42 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ class Builder:
def __init__(self, site) -> None:
self._site = site

with open(os.path.join(root, "post_page"), 'r', encoding='utf-8') as f:
with open(os.path.join(root, "post.page"), 'r', encoding='utf-8') as f:
self.post_page = f.read()

with open(os.path.join(root, 'index_page'), 'r', encoding="utf-8") as f:
with open(os.path.join(root, 'index.page'), 'r', encoding="utf-8") as f:
self.index_page = f.read()

def build(self):
Expand Down
40 changes: 0 additions & 40 deletions index.html

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 910b53d

Please sign in to comment.