diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9190c9..821540b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,10 @@ jobs: with: name: pdf-linux path: '*.pdf' + - uses: actions/upload-artifact@v4 + with: + name: html + path: '*.html' macos-build: runs-on: macos-latest steps: @@ -52,6 +56,11 @@ jobs: with: name: pdf-linux path: ./slides + - name: Download PDF artifact + uses: actions/download-artifact@v4 + with: + name: html + path: ./ - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/README.md b/README.md index d23a4a2..6a3a47a 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ # Slides for parallel programming course [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/) + +Slides: [Link](https://learning-process.github.io/parallel_programming_slides/)