Skip to content

Commit 05902ce

Browse files
author
Shelson Ferrari
committed
ajuste ci cd para gerar pdf cv shelson
1 parent da246fe commit 05902ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: env.is_primary == 'true'
113113
uses: actions/setup-python@v2
114114
with:
115-
python-version: '3.8' # Especificando a versão 3.8 do Python
115+
python-version: '3.12.4' # Especificando a versão do Python
116116

117117
# ---------------------------------
118118
# Install Python dependencies
@@ -239,6 +239,7 @@ jobs:
239239
PYTHONIOENCODING: UTF-8
240240

241241
- name: Generate CV PDFs
242+
if: env.is_primary == 'true'
242243
run: |
243244
python sys/markdown_to_pdf.py
244245

0 commit comments

Comments
 (0)