Skip to content

Commit b932683

Browse files
authored
백준 리뉴얼 (#454)
* feat: renewal
1 parent ac9051c commit b932683

File tree

107 files changed

+64265
-16507
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+64265
-16507
lines changed

Diff for: .github/workflows/auto_check_solution_open.yml

-60
This file was deleted.

Diff for: .github/workflows/auto_check_solution_pr.yml

-29
This file was deleted.

Diff for: .github/workflows/auto_pick.yml

-36
This file was deleted.

Diff for: .github/workflows/auto_solution_update.yml

-44
This file was deleted.

Diff for: .github/workflows/auto_update.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto Update README
22

33
on:
44
schedule:
5-
- cron: '30 19 * * *'
5+
- cron: '30 17 * * *'
66

77
jobs:
88
build:
@@ -12,17 +12,18 @@ jobs:
1212
with:
1313
ref: main
1414
- name: Setup Python
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v4
1616
with:
17-
python-version: '3.x'
18-
architecture: 'x64'
19-
- name: Setup pip
20-
run: |
21-
python -m pip install --upgrade pip
22-
pip install pytz
23-
- name: Run assemble.py
17+
python-version: '3.12'
18+
- name: Run image
19+
uses: abatilo/actions-poetry@v2
20+
with:
21+
poetry-version: '1.8.3'
22+
- name: Run Scripts
2423
run: |
25-
python scripts/auto_update.py --all
24+
poetry install -C baekjoon_utils
25+
poetry shell -C baekjoon_utils
26+
python baekjoon_utils/baekjoon_utils/main.py --update --pick
2627
- name: Commits
2728
run: |
2829
git config --local user.email "[email protected]"

0 commit comments

Comments
 (0)