Skip to content

Commit c49b61d

Browse files
committed
doh
1 parent 5666362 commit c49b61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-preview-create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set env vars
1515
run: |
1616
echo "BRANCH=preview/$ID" >> $GITHUB_ENV
17-
echo "SLUG=preview/$(echo ${ID//\//})" >> $GITHUB_ENV
17+
echo "SLUG=preview-$(echo ${ID//\//})" >> $GITHUB_ENV
1818
1919
- uses: actions/checkout@v4
2020
with:

0 commit comments

Comments
 (0)