Skip to content

Commit b844295

Browse files
committed
try building in CI
1 parent 3a80a19 commit b844295

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/static.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
35+
# Set up Elixir to build the app
36+
- name: Setup Elixir
37+
uses: erlef/setup-beam@v1
38+
with:
39+
otp-version: 27.1.1
40+
elixir-version: 1.18.0
41+
# Build the site
42+
- run: mix site.build
3443
- name: Setup Pages
3544
uses: actions/configure-pages@v5
3645
- name: Upload artifact

0 commit comments

Comments
 (0)