Skip to content

Commit baf5941

Browse files
committed
fix: add filename
1 parent bf749b7 commit baf5941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: |
2121
npx hyperbook build
22-
echo "docs.teamspiralracing.com" > ${{ env.OUT_PATH }}
22+
echo "docs.teamspiralracing.com" > ${{ env.OUT_PATH }}/CNAME
2323
2424
- name: Deploy
2525
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)