Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
ashenm committed Jan 6, 2024
1 parent 084b9b3 commit bdb0a06
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run: |
git init
git checkout --orphan gh-pages
git config user.email "mail@ashenm.ml"
git config user.email "mail@ashenm.dev"
git config user.name "Ashen Gunaratne"
git add --all --force .
git commit --quiet --message "Deploy ashenm/xmlresume to github.com/${GITHUB_REPOSITORY}.git:gh-pages"
Expand Down
4 changes: 2 additions & 2 deletions resume.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="resume.xsl"?>
<!-- https://www.ashenm.ml/resume -->
<!-- https://www.ashenm.dev/resume -->
<resume>

<metadata>
Expand All @@ -13,7 +13,7 @@
</address>
<contact>
<mobile href="tel:+94-77-429-9712">(+94) 77 429 9712</mobile>
<email href="mailto:mail@ashenm.ml">mail@ashenm.ml</email>
<email href="mailto:mail@ashenm.dev">mail@ashenm.dev</email>
</contact>
<sites>
<site name="LinkedIn" href="https://www.linkedin.com/in/ashenm/">linkedin.com/in/ashenm</site>
Expand Down
2 changes: 1 addition & 1 deletion resume.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<meta property="og:site_name" content="Ashen Gunaratne" />
<meta property="og:title" content="R&#180;sum&#180; | Ashen Gunaratne" />
<meta property="og:description" content="Curriculum Vitae of Ashen Gunaratne" />
<meta property="og:url" content="https://www.ashenm.ml/resume" />
<meta property="og:url" content="https://www.ashenm.dev/resume" />
<meta property="og:locale" content="en" />

<title>Résumé | Ashen Gunaratne</title>
Expand Down
2 changes: 1 addition & 1 deletion scripts/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Clean build artifacts
#
# Ashen Gunaratne
# mail@ashenm.ml
# mail@ashenm.dev
#

from os import P_WAIT, spawnlp
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Install XMLResume build dependencies
#
# Ashen Gunaratne
# mail@ashenm.ml
# mail@ashenm.dev
#

set -e
Expand Down
2 changes: 1 addition & 1 deletion scripts/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Generate intermediate resume PDF
*
* Ashen Gunaratne
* mail@ashenm.ml
* mail@ashenm.dev
*
*/

Expand Down
2 changes: 1 addition & 1 deletion scripts/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Generate resume PDF
#
# Ashen Gunaratne
# mail@ashenm.ml
# mail@ashenm.dev
#

from os import P_WAIT, path, remove, spawnlp
Expand Down
2 changes: 1 addition & 1 deletion scripts/reindent.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Reindent BeautifulSoup prettified HTML
#
# Ashen Gunaratne
# mail@ashenm.ml
# mail@ashenm.dev
#

# built-in `compile` not being used
Expand Down
2 changes: 1 addition & 1 deletion scripts/resume.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Generate and prettify resume.html
#
# Ashen Gunaratne
# mail@ashenm.ml
# mail@ashenm.dev
#

from lxml import etree
Expand Down
2 changes: 1 addition & 1 deletion scripts/watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Watch changes and rebuild artifacts
#
# Ashen Gunaratne
# mail@ashenm.ml
# mail@ashenm.dev
#

from time import sleep
Expand Down

0 comments on commit bdb0a06

Please sign in to comment.