We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d90bf commit ae93f2eCopy full SHA for ae93f2e
.github/workflows/build.yml
@@ -93,7 +93,8 @@ jobs:
93
94
- name: Compile the unreleased changelog
95
run: |
96
- ls changelog/*.md && uv run towncrier build --keep --version Unreleased
+ # shellcheck disable=SC2015
97
+ ls changelog/*.md && uv run towncrier build --keep --version Unreleased || true
98
99
- name: Prepare compiled artifact
100
.github/workflows/docs.yml
@@ -48,7 +48,8 @@ jobs:
48
49
50
51
52
53
54
- name: Build the docs
55
0 commit comments