We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c82c50 commit 06f9598Copy full SHA for 06f9598
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
path: website
25
- name: CNAME
26
- run: echo "test.just.is-a.dev" > "website/CNAME"
+ run: echo "test.just.is-a.dev" > "website/CNAME" && echo "" > "website/.nojekyll"
27
shell: bash
28
- uses: actions/setup-node@v4
29
- name: Commit
tests/compress.sh
@@ -22,7 +22,7 @@
22
#!/bin/bash
mkdir -p test
+cp "website/index.html" "test/index.html"
rm -f "just.config.js"
rm -r "website"
-cp "tests/compress.js" "just.config.js"
-cp "website/index.html" "test/index.html"
+cp "tests/compress.js" "just.config.js"
0 commit comments