Skip to content

Commit 714e5fa

Browse files
committed
change serve to build
1 parent 1c192da commit 714e5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
- name: build site
3939
run: |
4040
python -m pip install -e .
41-
render-engine serve
41+
render-engine build
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v5
4444
- name: Upload artifact
4545
uses: actions/upload-pages-artifact@v3
4646
with:
4747
# Upload just the output
48-
path: 'output'
48+
path: "output"
4949
- name: Deploy to GitHub Pages
5050
id: deployment
5151
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)