Skip to content

Commit 3303a62

Browse files
committed
fix: pipeline and format files
1 parent ef33ff1 commit 3303a62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: deployment
3333
uses: actions/upload-pages-artifact@v3
3434
with:
35-
path: build_outputs_folder/
35+
path: rendered_artifacts/
3636

3737
deploy:
3838
environment:

tools/render_template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Render HTML resume templates and copy static files to output directory.
33
"""
4+
45
import jinja2
56
import tomllib
67
import shutil

0 commit comments

Comments
 (0)