Skip to content

Commit 4007516

Browse files
committed
Added back in CNAME
1 parent 0b124a6 commit 4007516

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/push_to_blog.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ jobs:
2424
ref: main
2525
path: target-repo
2626

27-
- name: Copy html files
27+
- name: prepare clean build directory
2828
run: |
2929
rm -r ./target-repo/*
30+
cat myjunq.net > ./target-repo/CNAME
31+
32+
33+
- name: Copy html files
34+
run: |
3035
cp -r ./src/*.html ./src/*.js ./target-repo/
3136
3237
mkdir ./target-repo/assets

0 commit comments

Comments
 (0)