Skip to content

Commit ab73f44

Browse files
committed
Merge branch 'closing' of github.com:42-AI/bootcamp_machine-learning into closing
2 parents 6d50294 + 8733cb2 commit ab73f44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/latex-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
container:
3838
image: blang/latex:ubuntu
39-
if: "contains(github.ref, 'master')"
39+
if: "contains(github.ref, 'master') || contains(github.ref, 'closing')"
4040
steps:
4141
- name: checkout repo
4242
uses: actions/checkout@v2
@@ -107,4 +107,4 @@ jobs:
107107
upload_url: ${{ steps.create_release.outputs.upload_url }}
108108
asset_path: /module09.pdf
109109
asset_name: module09.pdf
110-
asset_content_type: application/pdf
110+
asset_content_type: application/pdf

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.0.6
1+
v5.0.0

0 commit comments

Comments
 (0)