Skip to content

Commit

Permalink
fix: Missing separator
Browse files Browse the repository at this point in the history
  • Loading branch information
blissd committed Mar 10, 2024
1 parent 4a06702 commit ee848ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
output_dir: out
- name: Rename PDF
run: cp out/README.pdf ./david_bliss_cv.pdf
- uses: actions/upload-artifact@v4
- name: Upload Artefact
uses: actions/upload-artifact@v4
with:
name: david_bliss_cv.pdf
path: david_bliss_cv.pdf
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🪪 David Bliss
Software engineer near London and Southeast England

[Email](mailto:[email protected]) [Website](https://yottabyte.uk) · [LinkedIn](https://www.linkedin.com/in/davidbliss) · [GitHub](https://github.com/blissd)
[Email](mailto:[email protected]) · [Website](https://yottabyte.uk) · [LinkedIn](https://www.linkedin.com/in/davidbliss) · [GitHub](https://github.com/blissd)

## ✅ Profile

Expand Down

0 comments on commit ee848ff

Please sign in to comment.