Skip to content

Commit

Permalink
add ci.yml: run update_time.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 23, 2025
1 parent e7fcbdb commit 8c84a89
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: (Preview) Update last commit time

on: push

jobs:
update-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run update.py
run: python3 update_time.py && ls -alh && diff README.md test.md --color=always || true

0 comments on commit 8c84a89

Please sign in to comment.