We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261fa53 commit ad07552Copy full SHA for ad07552
.github/workflows/book-dev-weekly.yml
@@ -60,6 +60,6 @@ jobs:
60
- name: Upload pdf book
61
uses: actions/upload-artifact@v4
62
with:
63
- name: mlr3book
+ name: mlr3book-${{ github.run_id }}-${{ github.job }}
64
path: book/_book/Applied-Machine-Learning-Using-mlr3-in-R.pdf
65
retention-days: 1
0 commit comments