Skip to content

Commit 34cc58e

Browse files
authored
Merge pull request #19 from aobolensk/deploy-html
2 parents 10bbccf + a12f735 commit 34cc58e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/build.yml

+9
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
name: pdf-linux
2727
path: '*.pdf'
28+
- uses: actions/upload-artifact@v4
29+
with:
30+
name: html
31+
path: '*.html'
2832
macos-build:
2933
runs-on: macos-latest
3034
steps:
@@ -52,6 +56,11 @@ jobs:
5256
with:
5357
name: pdf-linux
5458
path: ./slides
59+
- name: Download PDF artifact
60+
uses: actions/download-artifact@v4
61+
with:
62+
name: html
63+
path: ./
5564
- name: Upload artifact
5665
uses: actions/upload-pages-artifact@v3
5766
with:

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
# Slides for parallel programming course
44

55
[![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/)

0 commit comments

Comments
 (0)