We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef33ff1 commit 3303a62Copy full SHA for 3303a62
.github/workflows/github-pages.yml
@@ -32,7 +32,7 @@ jobs:
32
id: deployment
33
uses: actions/upload-pages-artifact@v3
34
with:
35
- path: build_outputs_folder/
+ path: rendered_artifacts/
36
37
deploy:
38
environment:
tools/render_template.py
@@ -1,6 +1,7 @@
1
"""
2
Render HTML resume templates and copy static files to output directory.
3
4
+
5
import jinja2
6
import tomllib
7
import shutil
0 commit comments