Skip to content

Commit d649a45

Browse files
authored
Add conditional artifact upload in workflow (#278)
1 parent 46524bf commit d649a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy texlive-lang-portuguese
125125
- run: make
126126
- uses: actions/upload-artifact@v4
127+
if: always()
127128
with:
128129
name: python-docs-pt-br-${{ inputs.version }}-pdf
129130
path: ./*.pdf

0 commit comments

Comments
 (0)