Update hugo.yml

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

View File

@ -88,7 +88,7 @@ jobs:
- name: Unapacking artifact
run: tar xf github-pages/artifact.tar -C public
- name: Change URI
run: find public -type f -exec sed -i 's/github.io/neocities.org/g' {} +
run: find public -type f -exec sed -i 's/\/\/fruworg.github.io/\/\/fruworg.neocities.org/g' {} +
- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@v1
with: