Skip to content

Commit f3ad955

Browse files
committed
CI: Fix target forlder for docs publish
1 parent 8262d8b commit f3ad955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
branch: gh-pages
5151
folder: docs/_build/
5252
clean: false
53-
target-folder: ${{ github.ref }}
53+
target-folder: ${{ github.ref_name }}
5454

5555
- name: Deploy 🚀
5656
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)