Skip to content

Commit

Permalink
修复bug
Browse files Browse the repository at this point in the history
  • Loading branch information
malinkang committed Nov 14, 2024
1 parent 02c758e commit 96d5417
Show file tree
Hide file tree
Showing 20 changed files with 2 additions and 1,153 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/douban_movie.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
github_heatmap notion --notion_token "${{secrets.MOVIE_NOTION_TOKEN || secrets.NOTION_TOKEN}}" --database_id "${{ env.DATABASE_ID }}" --date_prop_name "日期" --value_prop_name "看过" --unit "部" --year $YEAR --me "${{secrets.MOVIE_NAME}}" --without-type-name --background-color=${{ vars.background_color||'#FFFFFF'}} --track-color=${{ vars.track_color||'#ACE7AE'}} --special-color1=${{ vars.special_color||'#69C16E'}} --special-color2=${{ vars.special_color2||'#549F57'}} --dom-color=${{ vars.dom_color||'#EBEDF0'}} --text-color=${{ vars.text_color||'#000000'}}
- name: udpate heatmap
run: |
heatmap.py "movie"
heatmap "movie"
- name: push
run: |
git config --local user.email "[email protected]"
Expand Down
Empty file.
4 changes: 0 additions & 4 deletions build/lib/douban2notion/__main__.py

This file was deleted.

58 changes: 0 additions & 58 deletions build/lib/douban2notion/config.py

This file was deleted.

265 changes: 0 additions & 265 deletions build/lib/douban2notion/douban.py

This file was deleted.

Loading

0 comments on commit 96d5417

Please sign in to comment.