Compare commits

...

2 Commits

Author SHA1 Message Date
dfcf90ed24 Update CI
All checks were successful
Build and Release PDF / release (push) Successful in 2m44s
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-07-31 15:41:32 +01:00
e47b98c4cd Turn WebHotelier europe-centric
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2024-07-16 19:44:04 +01:00
4 changed files with 54 additions and 59 deletions

View File

@@ -0,0 +1,37 @@
name: Build and Release PDF
on:
push:
branches:
- "**"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install LaTeX (XeLaTeX)
run: |
apt-get update
apt-get install -y texlive-xetex texlive-science texlive-fonts-extra
wget -P /usr/local/share/fonts https://github.com/CatharsisFonts/Cormorant/raw/refs/heads/master/fonts/ttf/CormorantGaramond-Regular.ttf
wget -P /usr/local/share/fonts https://github.com/CatharsisFonts/Cormorant/raw/refs/heads/master/fonts/ttf/CormorantGaramond-Bold.ttf
wget -P /usr/local/share/fonts https://github.com/CatharsisFonts/Cormorant/raw/refs/heads/master/fonts/ttf/CormorantGaramond-Italic.ttf
wget -P /usr/local/share/fonts https://github.com/CatharsisFonts/Cormorant/raw/refs/heads/master/fonts/ttf/CormorantGaramond-BoldItalic.ttf
wget -P /usr/local/share/fonts https://github.com/CatharsisFonts/Cormorant/raw/refs/heads/master/fonts/ttf/CormorantGaramond-Light.ttf
fc-cache -fv
- name: Compile PDF
run: |
xelatex main.tex
- name: Release
uses: https://github.com/akkuman/gitea-release-action@main
with:
name: "Release ${{github.sha}}"
tag_name: "release-${{github.sha}}"
files: |-
main.pdf

View File

@@ -1,42 +0,0 @@
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- release
build:
image: texlive/texlive
stage: build
script:
- xelatex main.tex
after_script:
- echo "JOB_ID=$CI_JOB_ID" >> job.env
artifacts:
paths:
- "*.pdf"
expire_in: 1d
reports:
dotenv: job.env
except:
- tags
release:
image: registry.gitlab.com/gitlab-org/release-cli
stage: release
needs:
- job: build
artifacts: true
script:
- echo "Create Release $CI_COMMIT_SHA"
release:
name: "Release $CI_COMMIT_SHA"
tag_name: "release-$CI_COMMIT_SHA"
ref: "$CI_COMMIT_SHA"
description: "Release $CI_COMMIT_SHA"
assets:
links:
- name: "main.pdf"
url: "https://git.karaolidis.com/karaolidis/cv/-/jobs/$JOB_ID/artifacts/raw/main.pdf"
except:
- tags

View File

@@ -18,25 +18,25 @@
\titlespacing*{\subsection}{0pt}{3.5ex plus 1ex minus .2ex}{-2.5ex}
\newcommand{\datedlocatedsubsection}[4]{%
\subsection[#2]{#3 \hfill \small{\textlf{\scshape{#2}}}}%
\begin{minipage}{5cm}
\vspace*{-.7ex}\hspace*{-3cm}\footnotesize #1
\end{minipage}
\raggedright
\subsection[#2]{#3 \hfill \small{\textlf{\scshape{#2}}}}%
\begin{minipage}{5cm}
\vspace*{-.7ex}\hspace*{-3cm}\footnotesize #1
\end{minipage}
\raggedright
\begin{small}
#4
\end{small}
\begin{small}
#4
\end{small}
}
\newcommand{\datedsubsection}[3]{%
\subsection[#2]{#2}%
\begin{minipage}{5cm}
\vspace*{-.7ex}\hspace*{-3cm}\footnotesize #1
\end{minipage}
\raggedright
\subsection[#2]{#2}%
\begin{minipage}{5cm}
\vspace*{-.7ex}\hspace*{-3cm}\footnotesize #1
\end{minipage}
\raggedright
\begin{small}
#3
\end{small}
\begin{small}
#3
\end{small}
}

View File

@@ -2,7 +2,7 @@
{WebHotelier | primalRES, Athens, Greece}
{Software Engineering Intern}
{%
With 9000+ customers in 38 countries, WebHotelier | primalRES stands as the leading hospitality tech group in Greece and one of Europe's giants.
With 9000+ customers in 38 countries, WebHotelier | primalRES stands as one of Europe's hospitality tech giants.
%
\begin{itemize}
\item Spearheaded a complete overhaul of the company's \textbf{Grafana} dashboards, slashing the time-to-load by approximately 80\% while also increasing the number of metrics shown.