Skip to content

Commit

Permalink
adjust github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Fadhlika committed Jun 23, 2021
1 parent 4aaf920 commit 9c6e23f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
cargo build --release --target wasm32-wasi
- name: Generate index.json
run: |
cargo run --release generate_json
cargo install tanoshi-cli
tanoshi-cli
- name: Commit files
run: |
cd repo
Expand All @@ -35,6 +36,6 @@ jobs:
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: repo-linux
branch: repo
force: true
directory: repo-linux
directory: repo
1 change: 1 addition & 0 deletions repo
Submodule repo added at 4fef43

0 comments on commit 9c6e23f

Please sign in to comment.