Skip to content

Commit

Permalink
Merge master reg (#1864)
Browse files Browse the repository at this point in the history
merge master and solve conflicts
  • Loading branch information
dgdavid authored Jan 7, 2025
2 parents 8182c1c + 6d0919e commit 52f4da9
Show file tree
Hide file tree
Showing 205 changed files with 4,061 additions and 3,456 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
run: zypper --non-interactive install
clang-devel
dbus-1-daemon
golang-github-google-jsonnet
jq
libopenssl-3-devel
openssl-3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cd web && npm ci

- name: Build Web UI documentation
run: cd web && npm run typedoc:client && mv typedoc.out/ ../doc/dist/web-ui
run: cd web && npm run typedoc && mv typedoc.out/ ../doc/dist/web-ui

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
Loading

0 comments on commit 52f4da9

Please sign in to comment.