mirror of
https://github.com/fruworg/fruworg.github.io.git
synced 2024-11-16 09:27:17 +03:00
Update hugo.yml
This commit is contained in:
parent
343657e0d0
commit
fe8efa486a
4
.github/workflows/hugo.yml
vendored
4
.github/workflows/hugo.yml
vendored
@ -56,6 +56,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
|
- name: Change color
|
||||||
|
run: sed -i 's/peachpuff/rebeccapurple/g' public/css/main.*.css
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v2
|
uses: actions/upload-pages-artifact@v2
|
||||||
with:
|
with:
|
||||||
@ -91,6 +93,8 @@ jobs:
|
|||||||
run: find public -type f -exec sed -i 's/\/\/fruworg.github.io/\/\/fruworg.neocities.org/g' {} +
|
run: find public -type f -exec sed -i 's/\/\/fruworg.github.io/\/\/fruworg.neocities.org/g' {} +
|
||||||
- name: Rename 404 page
|
- name: Rename 404 page
|
||||||
run: mv public/404.html public/not_found.html
|
run: mv public/404.html public/not_found.html
|
||||||
|
- name: Change color
|
||||||
|
run: sed -i 's/rebeccapurple/mediumseagreen/g' public/css/main.*.css
|
||||||
- name: Deploy to Neocities
|
- name: Deploy to Neocities
|
||||||
uses: bcomnes/deploy-to-neocities@v1
|
uses: bcomnes/deploy-to-neocities@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user