We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4007516 commit 50cc8ebCopy full SHA for 50cc8eb
1 file changed
.github/workflows/push_to_blog.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: prepare clean build directory
28
run: |
29
rm -r ./target-repo/*
30
- cat myjunq.net > ./target-repo/CNAME
+ echo "myjunq.net" > ./target-repo/CNAME
31
32
33
- name: Copy html files
0 commit comments