We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07b1bc8 commit 5d5ddb9Copy full SHA for 5d5ddb9
.github/workflows/docs.yml
@@ -3,6 +3,7 @@ name: Build and Deploy Documentation
3
on:
4
push:
5
branches: [ main ]
6
+ tags: [ 'v*' ]
7
workflow_dispatch: # Allow manual triggering
8
9
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
@@ -54,7 +55,7 @@ jobs:
54
55
- name: Upload CMS docs artifact
56
uses: actions/upload-artifact@v4
57
with:
- name: cloudai-docs-cms
58
+ name: cloudai-docs-cms-${{ github.ref_name }}
59
path: doc/_build-cms/html
60
61
deploy:
0 commit comments