Skip to content

Commit 79e99d3

Browse files
add CNAME for test website
1 parent d08171f commit 79e99d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
uses: js-just/_just@main
2020
with:
2121
path: website
22+
- name: CNAME
23+
run: echo "test.just.is-a.dev" > "website/CNAME"
24+
shell: bash
2225
- uses: actions/setup-node@v4
2326
- name: Commit
2427
uses: cpina/github-action-push-to-another-repository@main

0 commit comments

Comments
 (0)