We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee6925 commit cb6fe9dCopy full SHA for cb6fe9d
.github/workflows/artifacts.yml
@@ -30,7 +30,6 @@ jobs:
30
31
const pullNumber = context.payload.workflow_run.pull_requests[0].number;
32
const artifactUrl = artifacts.data.artifacts[0].archive_download_url;
33
-
34
const commentBody = `<!-- build-artifact-comment -->\n📦 Docs artifacts are ready: ${artifactUrl}`;
35
36
const comments = await github.rest.issues.listComments({
test/prerelease.sh
@@ -14,4 +14,4 @@ cd $PKG/contents && MIX_ENV=prod mix do deps.get --only prod + compile + docs
14
15
# run assertions
16
test -f doc/index.html || echo "doc/index.html missing"
17
-test -f doc/ExDoc.epub || echo "doc/ExDoc.epub missing"
+test -f doc/ExDoc.epub || echo "doc/ExDoc.epub missing"
0 commit comments