Skip to content

Commit

Permalink
include all ext in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Jul 30, 2024
1 parent c11e2b4 commit 96aed25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ jobs:
container: hexpm/elixir:1.17.2-erlang-27.0-alpine-3.20.1
# TODO: compute this ^ from .tool-versions.env
env:
FLAVOUR: cooperation
FLAVOUR_PATH: flavours/cooperation
FLAVOUR: classic
FLAVOUR_PATH: flavours/classic
# FLAVOUR: cooperation
# FLAVOUR_PATH: flavours/cooperation
MIX_ENV: dev
COMPILE_DISABLED_EXTENSIONS: all
WITH_DOCKER: no
CI: true
EXQLITE_USE_SYSTEM: 1
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.*
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.120",
version: "0.9.10-beta.121",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,
Expand Down

0 comments on commit 96aed25

Please sign in to comment.