Skip to content

Commit 325a752

Browse files
committed
a
1 parent a23e679 commit 325a752

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
with:
4444
working-directory: ./atcoder-problems-backend
4545

46+
# ここは無くてもいいかも
4647
- name: Setup Postgresql
4748
run: psql ${DATABASE_URL} < ../config/database-definition.sql
4849

@@ -87,7 +88,7 @@ jobs:
8788
- name: Setup mdBook
8889
uses: peaceiris/actions-mdbook@v1.1.13
8990
with:
90-
mdbook-version: 'latest'
91+
mdbook-version: "latest"
9192

9293
- name: build
9394
run: yarn build

0 commit comments

Comments
 (0)