Skip to content

Commit cb6fe9d

Browse files
committed
Done
1 parent aee6925 commit cb6fe9d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
3131
const pullNumber = context.payload.workflow_run.pull_requests[0].number;
3232
const artifactUrl = artifacts.data.artifacts[0].archive_download_url;
33-
3433
const commentBody = `<!-- build-artifact-comment -->\n📦 Docs artifacts are ready: ${artifactUrl}`;
3534
3635
const comments = await github.rest.issues.listComments({

test/prerelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ cd $PKG/contents && MIX_ENV=prod mix do deps.get --only prod + compile + docs
1414

1515
# run assertions
1616
test -f doc/index.html || echo "doc/index.html missing"
17-
test -f doc/ExDoc.epub || echo "doc/ExDoc.epub missing"
17+
test -f doc/ExDoc.epub || echo "doc/ExDoc.epub missing"

0 commit comments

Comments
 (0)