Skip to content

Commit d83dbe8

Browse files
committed
nit
1 parent c474bf8 commit d83dbe8

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install -r requirements.txt
2727
2828
- name: Build site
29-
run: python sitebuilder.py build
29+
run: python server.py build
3030

3131
- name: Deploy to GitHub Pages
3232
uses: peaceiris/actions-gh-pages@v3

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ This is the code repository for the CodeClash website, built using Flask and Mar
66
# To run the development server
77
$ make preview
88
# To build the static site
9-
$ make build
9+
$ make build
10+
```

0 commit comments

Comments
 (0)