Skip to content

Commit 95c30bb

Browse files
committed
Updated hugo.yml
1 parent b952ef2 commit 95c30bb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/hugo.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ jobs:
6868
6969
- name: Checkout
7070
uses: actions/checkout@v4
71-
with:
72-
submodules: recursive
7371

7472
- name: Setup Pages
7573
id: pages
@@ -82,13 +80,13 @@ jobs:
8280
run: |
8381
cd web
8482
hugo --minify --baseURL "${{ secrets.PRODUCTION_URL }}"
85-
86-
- name: Copy WASM files to public directory
87-
run: |
88-
cp -R static/wasm public/wasm
83+
cd ..
8984
9085
- name: List Hugo Build Output
91-
run: ls -l ./web/public
86+
run: |
87+
ls -l ./web
88+
ls -l ./web/static
89+
ls -l ./web/public
9290
9391
- name: Upload artifact
9492
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)