Skip to content

Commit f88ac3f

Browse files
author
Excodibur
committed
changed publish doc workflow name ()
1 parent 261e0ac commit f88ac3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
github_token: ${{ secrets.GITHUB_TOKEN }}
5151
publish_dir: ./doc
52-
exclude_assets: '**.adoc,*/**.adoc'
52+
exclude_assets: '**.adoc,*/**.adoc,*/**.sh'
5353
destination_dir: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
5454
tag_name: ${{ steps.prepare_tag.outputs.deploy_tag_name }}
5555
tag_message: 'Deployment ${{ steps.prepare_tag.outputs.tag_name }}'

0 commit comments

Comments
 (0)