We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adc1317 + 3b08a74 commit 52b2489Copy full SHA for 52b2489
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
deploy-to-github-pages:
48
needs: ubuntu-build
49
runs-on: ubuntu-latest
50
- # if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main'
51
steps:
52
- name: Setup Pages
53
uses: actions/configure-pages@v5
README.md
@@ -3,4 +3,4 @@
3
[](https://creativecommons.org/licenses/by/4.0/)
4
5
6
-Slides for ITLab course
+Slides for ITLab course: [Link](https://embedded-dev-research.github.io/itlab_slides/)
0 commit comments