workflow: remove unneeded 404 step

This commit is contained in:
John Bowdre 2024-06-06 20:49:28 -05:00
parent 43bb14f26a
commit 9c199b4a3f

View file

@ -45,9 +45,6 @@ jobs:
chmod 644 ~/.ssh/known_hosts
- name: Build with Hugo
run: HUGO_REMOTE_FONT_PATH=${{ secrets.REMOTE_FONT_PATH }} hugo --minify
- name: Insert 404 page
run: |
cp public/404/index.html public/not_found.html
- name: Highlight with Torchlight
run: |
npm i @torchlight-api/torchlight-cli