Skip to content

Commit

Permalink
Merge pull request #9 from aobolensk/link-quick-fix
Browse files Browse the repository at this point in the history
Add slides link to README and deploy PDF files on main branch only
  • Loading branch information
allnes authored Sep 23, 2024
2 parents adc1317 + 3b08a74 commit 52b2489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
deploy-to-github-pages:
needs: ubuntu-build
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
steps:
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
[![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 for ITLab course
Slides for ITLab course: [Link](https://embedded-dev-research.github.io/itlab_slides/)

0 comments on commit 52b2489

Please sign in to comment.