Skip to content

Commit

Permalink
fix oranda.json
Browse files Browse the repository at this point in the history
(and make web.yml use latest oranda)
(and update deps)
  • Loading branch information
Gankra committed Aug 4, 2023
1 parent 6b8337f commit d4fab5a
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
# This will write all output to ./public/ (including copying mdbook's output to there)
- name: Install and run oranda
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.1.1/oranda-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh
oranda build
# Deploy to our gh-pages branch (making it if it doesn't exist)
Expand Down
114 changes: 51 additions & 63 deletions Cargo.lock

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

13 changes: 9 additions & 4 deletions oranda.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,21 @@
"path_prefix": "axolotlsay"
},
"styles": {
"favicon": "https://www.axo.dev/favicon.ico"
"favicon": "https://www.axo.dev/favicon.ico",
"theme": "axodark"
},
"components": {
"changelog": true,
"artifacts": {
"cargo_dist": true,
"package_managers": {
"npx": "npx @axodotdev/axolotlsay",
"crates.io": "cargo install axolotlsay --locked --profile=dist",
"binstall": "cargo binstall axolotlsay"
"preferred": {
"npx": "npx @axodotdev/axolotlsay"
},
"additional": {
"crates.io": "cargo install axolotlsay --locked --profile=dist",
"binstall": "cargo binstall axolotlsay"
}
}
}
},
Expand Down

0 comments on commit d4fab5a

Please sign in to comment.