File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 25
25
with :
26
26
name : pdf-linux
27
27
path : ' *.pdf'
28
+ - uses : actions/upload-artifact@v4
29
+ with :
30
+ name : html
31
+ path : ' *.html'
28
32
macos-build :
29
33
runs-on : macos-latest
30
34
steps :
52
56
with :
53
57
name : pdf-linux
54
58
path : ./slides
59
+ - name : Download PDF artifact
60
+ uses : actions/download-artifact@v4
61
+ with :
62
+ name : html
63
+ path : ./
55
64
- name : Upload artifact
56
65
uses : actions/upload-pages-artifact@v3
57
66
with :
Original file line number Diff line number Diff line change 3
3
# Slides for parallel programming course
4
4
5
5
[ ![ License: CC BY 4.0] ( https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg )] ( https://creativecommons.org/licenses/by/4.0/ )
6
+
7
+ Slides: [ Link] ( https://learning-process.github.io/parallel_programming_slides/ )
You can’t perform that action at this time.
0 commit comments