Skip to content

Commit

Permalink
chore: update readme & fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thezzisu committed Mar 19, 2024
1 parent c4d14e8 commit fd848d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 94 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/build.yml

This file was deleted.

11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<div align=center>
<img src=docs/public/azukiiro.svg width=240>
<h1>Azukiiro</h1>
<i>The extensible and performant modern judge framework</i>
<div>
<a href=https://azukiiro.fedstack.org>Document</a>
·
<a href=https://github.com/fedstackjs/azukiiro/releases>Download</a>
</div>
<div>

[![Release](https://github.com/fedstackjs/azukiiro/actions/workflows/release.yml/badge.svg)](https://github.com/fedstackjs/azukiiro/actions/workflows/release.yml)

</div>
</div>
63 changes: 0 additions & 63 deletions build.sh

This file was deleted.

2 changes: 2 additions & 0 deletions cli/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ func Execute(ctx context.Context) {
viper.SetConfigFile(configFile)
} else {
viper.AddConfigPath("/etc/azukiiro/")
viper.AddConfigPath("$HOME/.config/azukiiro/")
viper.AddConfigPath("$HOME/.azukiiro/")
viper.AddConfigPath(".")
viper.SetConfigName("config")
}
Expand Down

0 comments on commit fd848d5

Please sign in to comment.