asd
All checks were successful
Build CV / build-pdf (push) Successful in 2m6s

This commit is contained in:
Yigit Colakoglu 2025-09-02 09:24:39 +02:00
parent 44d5e3c74a
commit efc4720451

View File

@ -14,8 +14,8 @@ jobs:
steps:
- name: Install node :(
run: |
apt update
apt install npm
apt update -y
apt install -y npm
- name: Checkout repository
uses: actions/checkout@v4