Skip to content

Commit 52b2489

Browse files
authored
Merge pull request #9 from aobolensk/link-quick-fix
Add slides link to README and deploy PDF files on main branch only
2 parents adc1317 + 3b08a74 commit 52b2489

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
deploy-to-github-pages:
4848
needs: ubuntu-build
4949
runs-on: ubuntu-latest
50-
# if: github.ref == 'refs/heads/main'
50+
if: github.ref == 'refs/heads/main'
5151
steps:
5252
- name: Setup Pages
5353
uses: actions/configure-pages@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
44

55

6-
Slides for ITLab course
6+
Slides for ITLab course: [Link](https://embedded-dev-research.github.io/itlab_slides/)

0 commit comments

Comments
 (0)