Skip to content

Commit 06f9598

Browse files
updates
1 parent 6c82c50 commit 06f9598

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
path: website
2525
- name: CNAME
26-
run: echo "test.just.is-a.dev" > "website/CNAME"
26+
run: echo "test.just.is-a.dev" > "website/CNAME" && echo "" > "website/.nojekyll"
2727
shell: bash
2828
- uses: actions/setup-node@v4
2929
- name: Commit

tests/compress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
#!/bin/bash
2424
mkdir -p test
25+
cp "website/index.html" "test/index.html"
2526
rm -f "just.config.js"
2627
rm -r "website"
27-
cp "tests/compress.js" "just.config.js"
28-
cp "website/index.html" "test/index.html"
28+
cp "tests/compress.js" "just.config.js"

0 commit comments

Comments
 (0)