Update hugo.yml

This commit is contained in:
Руслан 2023-10-10 03:24:24 +06:00 committed by GitHub
parent 733f9ecfc4
commit e7a5e27400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,8 @@ jobs:
run: tar xf github-pages/artifact.tar -C public
- name: Change URI
run: find public -type f -exec sed -i 's/\/\/fruworg.github.io/\/\/fruworg.neocities.org/g' {} +
- name: Rename 404 page
run: mv public/404.html public/not_found.html
- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@v1
with: