Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Nov 3, 2024
1 parent 5666362 commit c49b61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set env vars
run: |
echo "BRANCH=preview/$ID" >> $GITHUB_ENV
echo "SLUG=preview/$(echo ${ID//\//})" >> $GITHUB_ENV
echo "SLUG=preview-$(echo ${ID//\//})" >> $GITHUB_ENV
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c49b61d

Please sign in to comment.