Skip to content

Commit

Permalink
debug html
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 14, 2024
1 parent a38d3f6 commit b331257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
input_path: resume.md
theme: resume.css
output_dir: out
build_html: false
- uses: actions/upload-artifact@v4
with:
name: resume
Expand Down
3 changes: 2 additions & 1 deletion resume.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ body {

h1 {
text-transform: uppercase;
text-decoration: none;
text-align: center;
font-size: 200%;
margin: 0;
padding: 0;
text-decoration: none;
font-variant: none;
}

/* email */
Expand Down

0 comments on commit b331257

Please sign in to comment.