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 6cd49bf commit 6ea5eb4Copy full SHA for 6ea5eb4
.github/workflows/publish.yml
@@ -22,6 +22,10 @@ jobs:
22
uses: actions/checkout@v4
23
- name: Setup Pages
24
uses: actions/configure-pages@v5
25
+ - name: Compress with _just
26
+ uses: JustDeveloper1/[email protected]
27
+ with:
28
+ path: website
29
- name: Upload artifact
30
uses: actions/upload-pages-artifact@v3
31
with:
website/just.config.js
@@ -0,0 +1,3 @@
1
+module.exports = {
2
+ type: "compressor"
3
+}
0 commit comments