Update hugo.yml

This commit is contained in:
Руслан 2023-10-10 02:59:53 +06:00 committed by GitHub
parent 7675fb466a
commit 71108274e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,8 +83,12 @@ jobs:
- uses: actions/download-artifact@v3
with:
path: .
- name: untar
run: mkdir public && tar xf github-pages/artifact.tar -C public
- name: Create directory
run: mkdir public
- 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' {} +
- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@v1
with: