Skip to content

Commit

Permalink
Update preview.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 31, 2023
1 parent 20031f9 commit a48137e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
run: BASE_URL='/pr-preview/pr-${{ github.event.number }}/' yarn docs:build

- name: Add CNAME file
run: echo rollkit.dev > ./build/CNAME
run: |
mkdir -p ./build
echo rollkit.dev > ./build/CNAME

- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
Expand Down

0 comments on commit a48137e

Please sign in to comment.