Skip to content

Commit 6ea5eb4

Browse files
test
1 parent 6cd49bf commit 6ea5eb4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/checkout@v4
2323
- name: Setup Pages
2424
uses: actions/configure-pages@v5
25+
- name: Compress with _just
26+
uses: JustDeveloper1/[email protected]
27+
with:
28+
path: website
2529
- name: Upload artifact
2630
uses: actions/upload-pages-artifact@v3
2731
with:

website/just.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
type: "compressor"
3+
}

0 commit comments

Comments
 (0)