We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf685ef commit fda8e4eCopy full SHA for fda8e4e
1 file changed
.github/workflows/ci.yml
@@ -43,8 +43,9 @@ jobs:
43
with:
44
working-directory: ./atcoder-problems-backend
45
46
+ # ここは無くてもいいかも
47
- name: Setup Postgresql
- run: psql ${SQL_URL} < ../config/database-definition.sql
48
+ run: psql ${DATABASE_URL} < ../config/database-definition.sql
49
50
- name: Setup
51
run: rustup component add rustfmt
@@ -87,7 +88,7 @@ jobs:
87
88
- name: Setup mdBook
89
uses: peaceiris/actions-mdbook@v1.1.13
90
- mdbook-version: 'latest'
91
+ mdbook-version: "latest"
92
93
- name: build
94
run: yarn build
0 commit comments