Skip to content

Commit

Permalink
Generate and publish shotover website (shotover#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Dec 4, 2024
1 parent 21a0ff7 commit c1c50b9
Show file tree
Hide file tree
Showing 16 changed files with 2,485 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-to-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: publish to github pages

on:
# Trigger when there is a new commit on main branch
push:
branches: [ main ]
# also trigger when a new release tag is added to the repo
push:
tags:
- "v*"

# Cancel already running jobs
concurrency:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/docs/book
/docs/mdbook_bin
/website/root
/website/shotover_repo_for_docs
/shotover-proxy/build/packages
/some_local_file
/test-helpers/src/connection/kafka/node/node_modules
81 changes: 79 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion website/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ publish = false
[dependencies]
subprocess.workspace = true
anyhow.workspace = true
rinja = "0.3.5"
semver = "1.0.23"
devserver_lib = { version = "0.4.2", default-features = false }
clap.workspace = true
clap.workspace = true
Binary file added website/assets/arrow_right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/favicon.ico
Binary file not shown.
Binary file added website/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c1c50b9

Please sign in to comment.