Skip to content

Commit

Permalink
백준 리뉴얼 (#454)
Browse files Browse the repository at this point in the history
* feat: renewal
  • Loading branch information
tony9402 authored Jun 30, 2024
1 parent ac9051c commit b932683
Show file tree
Hide file tree
Showing 107 changed files with 64,265 additions and 16,507 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/auto_check_solution_open.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/auto_check_solution_pr.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/auto_pick.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/auto_solution_update.yml

This file was deleted.

21 changes: 11 additions & 10 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Update README

on:
schedule:
- cron: '30 19 * * *'
- cron: '30 17 * * *'

jobs:
build:
Expand All @@ -12,17 +12,18 @@ jobs:
with:
ref: main
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.x'
architecture: 'x64'
- name: Setup pip
run: |
python -m pip install --upgrade pip
pip install pytz
- name: Run assemble.py
python-version: '3.12'
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: '1.8.3'
- name: Run Scripts
run: |
python scripts/auto_update.py --all
poetry install -C baekjoon_utils
poetry shell -C baekjoon_utils
python baekjoon_utils/baekjoon_utils/main.py --update --pick
- name: Commits
run: |
git config --local user.email "[email protected]"
Expand Down
Loading

0 comments on commit b932683

Please sign in to comment.