Skip to content

Commit 020776a

Browse files
committed
get deps in ci
1 parent 94b132a commit 020776a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434

35-
# Set up Elixir to build the app
35+
# Set up Elixir to build the app + install deps
3636
- name: Setup Elixir
3737
uses: erlef/setup-beam@v1
3838
with:
3939
otp-version: 27.1.1
4040
elixir-version: 1.18.0
41+
- run: mix deps.get
4142
# Build the site
4243
- run: mix site.build
4344
- name: Setup Pages

0 commit comments

Comments
 (0)