Skip to content

Commit

Permalink
[CD] Deploy navigation HTML pages
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Sep 22, 2024
1 parent 10bbccf commit a12f735
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit a12f735

Please sign in to comment.