diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index b8c3416..f57e169 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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" diff --git a/resume.xml b/resume.xml index be57acb..f7ad9c1 100644 --- a/resume.xml +++ b/resume.xml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,7 @@ (+94) 77 429 9712 - mail@ashenm.ml + mail@ashenm.dev linkedin.com/in/ashenm diff --git a/resume.xsl b/resume.xsl index e841785..8fd0f2b 100644 --- a/resume.xsl +++ b/resume.xsl @@ -21,7 +21,7 @@ - + Résumé | Ashen Gunaratne diff --git a/scripts/clean.py b/scripts/clean.py index 72ff973..d85c60c 100755 --- a/scripts/clean.py +++ b/scripts/clean.py @@ -5,7 +5,7 @@ # Clean build artifacts # # Ashen Gunaratne -# mail@ashenm.ml +# mail@ashenm.dev # from os import P_WAIT, spawnlp diff --git a/scripts/install.sh b/scripts/install.sh index 3f49573..1aec0ea 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ # Install XMLResume build dependencies # # Ashen Gunaratne -# mail@ashenm.ml +# mail@ashenm.dev # set -e diff --git a/scripts/pdf.js b/scripts/pdf.js index 6c6b5e1..cb163c7 100755 --- a/scripts/pdf.js +++ b/scripts/pdf.js @@ -5,7 +5,7 @@ * Generate intermediate resume PDF * * Ashen Gunaratne - * mail@ashenm.ml + * mail@ashenm.dev * */ diff --git a/scripts/pdf.py b/scripts/pdf.py index 84cdf00..a350de0 100755 --- a/scripts/pdf.py +++ b/scripts/pdf.py @@ -5,7 +5,7 @@ # Generate resume PDF # # Ashen Gunaratne -# mail@ashenm.ml +# mail@ashenm.dev # from os import P_WAIT, path, remove, spawnlp diff --git a/scripts/reindent.py b/scripts/reindent.py index 761118e..18ae075 100755 --- a/scripts/reindent.py +++ b/scripts/reindent.py @@ -5,7 +5,7 @@ # Reindent BeautifulSoup prettified HTML # # Ashen Gunaratne -# mail@ashenm.ml +# mail@ashenm.dev # # built-in `compile` not being used diff --git a/scripts/resume.py b/scripts/resume.py index e7abbc6..9d02194 100755 --- a/scripts/resume.py +++ b/scripts/resume.py @@ -5,7 +5,7 @@ # Generate and prettify resume.html # # Ashen Gunaratne -# mail@ashenm.ml +# mail@ashenm.dev # from lxml import etree diff --git a/scripts/watch.py b/scripts/watch.py index 50ab2be..ec0b495 100755 --- a/scripts/watch.py +++ b/scripts/watch.py @@ -5,7 +5,7 @@ # Watch changes and rebuild artifacts # # Ashen Gunaratne -# mail@ashenm.ml +# mail@ashenm.dev # from time import sleep