Skip to content

Commit

Permalink
update docs source_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tfiedlerdejanze committed Apr 12, 2024
1 parent 4fadf08 commit 5324160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: '1.13.4'
otp-version: '24.3'
elixir-version: '1.16'
otp-version: '26.2'
- name: Restore dependencies cache
uses: actions/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ defmodule Expublish.MixProject do
start_permanent: Mix.env() == :prod,
deps: deps(),
docs: [
source_ref: "master",
main: "readme",
extras: [
"README.md",
Expand Down

0 comments on commit 5324160

Please sign in to comment.