Skip to content

Commit eb39f92

Browse files
Merge pull request #34 from Lemon73-Computing/lemon73/fix-404
ci(404): add copy 404.html into root folder for gh-pages
2 parents d97ac99 + d42beb1 commit eb39f92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
--minify \
7070
--baseURL "${{ steps.pages.outputs.base_url }}/" \
7171
--cacheDir "${{ runner.temp }}/hugo_cache"
72+
- name: Copy 404.html Page for GitHub Pages
73+
run: |
74+
cp public/en/404.html public/404.html
7275
- name: Cache Save
7376
id: cache-save
7477
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)