Skip to content

Commit 36d5482

Browse files
committed
CI: Update docs release type and targed folder
1 parent 43ff0d8 commit 36d5482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ main ]
66
release:
7-
types: [ created ]
7+
types: [ released ]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
@@ -45,7 +45,7 @@ jobs:
4545
branch: gh-pages
4646
folder: docs/_build/
4747
clean: false
48-
target-folder: ${{ github.ref }}
48+
target-folder: ${{ github.ref_name }}
4949

5050
- name: Deploy 🚀
5151
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)