We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10bbccf + a12f735 commit 34cc58eCopy full SHA for 34cc58e
.github/workflows/build.yml
@@ -25,6 +25,10 @@ jobs:
25
with:
26
name: pdf-linux
27
path: '*.pdf'
28
+ - uses: actions/upload-artifact@v4
29
+ with:
30
+ name: html
31
+ path: '*.html'
32
macos-build:
33
runs-on: macos-latest
34
steps:
@@ -52,6 +56,11 @@ jobs:
52
56
53
57
54
58
path: ./slides
59
+ - name: Download PDF artifact
60
+ uses: actions/download-artifact@v4
61
62
63
+ path: ./
55
64
- name: Upload artifact
65
uses: actions/upload-pages-artifact@v3
66
README.md
@@ -3,3 +3,5 @@
3
# Slides for parallel programming course
4
5
[](https://creativecommons.org/licenses/by/4.0/)
6
+
7
+Slides: [Link](https://learning-process.github.io/parallel_programming_slides/)
0 commit comments