Skip to content

Commit 8fa038a

Browse files
authored
Add Luka as Code Owner (#101)
* HOTFIX: Re-trigger proper CI and allow documentation deployment with workflow dispatch * Add Luka as a code owner * Install correct dependencies * Update changelog
1 parent 873e686 commit 8fa038a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
- name: Install dependencies
1818
run: |
19-
pip install numpy mako onnx_graphsurgeon ortools sphinx sphinx_rtd_theme myst-parser[linkify] sphinx_favicon
19+
pip install . --extra-index-url=https://pypi.ngc.nvidia.com
20+
pip install -r requirements-dev.txt
2021
- name: Sphinx build
2122
run: |
2223
sphinx-build docs _build
2324
- name: Prepare Multipages
2425
uses: rkdarst/gh-pages-multibranch@main
25-
if: ${{ github.event_name == 'push' }}
26+
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
2627
with:
2728
directory: _build
2829
- name: Deploy to GitHub Pages
2930
uses: peaceiris/actions-gh-pages@v3
30-
if: ${{ github.event_name == 'push' }}
31+
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch'}}
3132
with:
3233
publish_branch: gh-pages
3334
github_token: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This file contains the changelog for the Deeploy project. The changelog is divid
55
This release containing major architectural changes, new platform support, enhanced simulation workflows, floating-point kernel support, training infrastructure for CCT models, memory allocation strategies, and documentation improvements.
66

77
### List of Pull Requests
8+
- Add Luka as Code Owner [#101](https://github.com/pulp-platform/Deeploy/pull/101)
89
- Fix CI, Docker Files, and Documentation Workflow [#100](https://github.com/pulp-platform/Deeploy/pull/100)
910
- Chimera Platform Integration [#96](https://github.com/pulp-platform/Deeploy/pull/96)
1011
- Add Tutorial and Refactor README [#97](https://github.com/pulp-platform/Deeploy/pull/97)

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @victor-jung @xeratec
1+
* @victor-jung @xeratec @lukamac

0 commit comments

Comments
 (0)