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 b952ef2 commit 95c30bbCopy full SHA for 95c30bb
.github/workflows/hugo.yml
@@ -68,8 +68,6 @@ jobs:
68
69
- name: Checkout
70
uses: actions/checkout@v4
71
- with:
72
- submodules: recursive
73
74
- name: Setup Pages
75
id: pages
@@ -82,13 +80,13 @@ jobs:
82
80
run: |
83
81
cd web
84
hugo --minify --baseURL "${{ secrets.PRODUCTION_URL }}"
85
-
86
- - name: Copy WASM files to public directory
87
- run: |
88
- cp -R static/wasm public/wasm
+ cd ..
89
90
- name: List Hugo Build Output
91
- run: ls -l ./web/public
+ run: |
+ ls -l ./web
+ ls -l ./web/static
+ ls -l ./web/public
92
93
- name: Upload artifact
94
uses: actions/upload-pages-artifact@v2
0 commit comments