Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into merge_master_reg
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 7, 2025
2 parents 8182c1c + 4045c06 commit ba20646
Show file tree
Hide file tree
Showing 204 changed files with 4,060 additions and 3,455 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 ba20646

Please sign in to comment.