Skip to content

Commit cfdf6da

Browse files
authored
chore: don't skip docs build on release (#3105)
After creating the new version snapshot with `docusaurus version x.y`, we should deploy the docs.
1 parent d5dff82 commit cfdf6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,5 @@ jobs:
226226
git config --global user.name "Apify Release Bot"
227227
git config --global user.email "noreply@apify.com"
228228
git add .
229-
git diff-index --quiet HEAD || git commit -m 'chore(release): update docs for ${{ inputs.version }} version [skip ci]'
229+
git diff-index --quiet HEAD || git commit -m 'docs: update docs for ${{ inputs.version }} version'
230230
git push

0 commit comments

Comments
 (0)