aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/deploy.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 2a38a22..26d39d3 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -34,6 +34,19 @@ jobs:
run: ./bin/download-compiler
- name: Build site
run: gleam run
+
+ - name: Debug
+ run: |
+ head build/dev/javascript/prelude.mjs
+ echo
+ echo
+ ls -l public
+ echo
+ echo
+ ls -l public/precompiled
+ echo
+ echo
+ head public/precompiled/gleam.mjs
- name: Setup Pages
uses: actions/configure-pages@v4