Update hugo.yml

This commit is contained in:
2023-10-10 02:53:28 +06:00
committed by GitHub
parent 016b2ad1bc
commit 7675fb466a

View File

@ -84,7 +84,7 @@ jobs:
with:
path: .
- name: untar
run: ls -alh && tar xf github-pages/artifact.tar -C public
run: mkdir public && tar xf github-pages/artifact.tar -C public
- name: Deploy to Neocities
uses: bcomnes/deploy-to-neocities@v1
with: