Skip to content

Commit

Permalink
tree dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Dec 6, 2024
1 parent 4d6b08e commit 9f4d912
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ jobs:
env UPDATE_EXPECT=1 cargo test
./target/release/moon_dashboard stat --file repos.txt
- name: Pull
run: git pull

- name: Commit
run: |
git config --local user.name "github-actions[bot]"
Expand All @@ -72,7 +69,7 @@ jobs:
git commit -m "Update data for ${{ matrix.os }} at $(date '+%Y-%m-%d %H:%M:%S')" || echo "No changes to commit"
- name: Push changes
run: git push
run: git pull --rebase && git push

deploy:
needs: collect-data
Expand Down

0 comments on commit 9f4d912

Please sign in to comment.