Skip to content

Commit 0212188

Browse files
committed
copy into _site/dist
1 parent afb5298 commit 0212188

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/eleventy_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030

3131
- run: npm run build # Build the site
3232

33-
- run: cp -r dist _site
33+
# Copy the dist/ folder into _site/dist
34+
- run: cp -r dist/ _site/dist
3435

3536
- name: Deploy
3637
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)