Skip to content

Commit 065c1c5

Browse files
committed
Set target-folder to upload based on version in tag
Also set clean to false to (hopefully) preserve existing version docs
1 parent 18d24a2 commit 065c1c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,5 @@ jobs:
7070
with:
7171
branch: gh-pages
7272
folder: html
73+
target-folder: ${{github.ref}}
74+
clean: false

0 commit comments

Comments
 (0)