mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2025-01-18 20:00:51 +03:00
Update hugo.yml
This commit is contained in:
parent
7675fb466a
commit
71108274e6
8
.github/workflows/hugo.yml
vendored
8
.github/workflows/hugo.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user