Update hugo.yml

This commit is contained in:
ruslan 2024-07-26 22:30:46 +02:00 committed by GitHub
parent 9c390ae557
commit dafed111a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,6 +58,8 @@ jobs:
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Change color
run: sed -i 's/peachpuff/rebeccapurple/g' public/css/main.*.css
- name: Change URI
run: find public -type f -exec sed -i 's/\/\/fruw.org/\/\/fruworg.github.io/g' {} +
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with: