mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 15:28:02 +01:00
Set feed
This commit is contained in:
parent
76ff776d7b
commit
81283579ee
1 changed files with 2 additions and 1 deletions
3
.github/workflows/hugo.yaml
vendored
3
.github/workflows/hugo.yaml
vendored
|
@ -60,7 +60,8 @@ jobs:
|
||||||
hugo \
|
hugo \
|
||||||
--gc \
|
--gc \
|
||||||
--minify \
|
--minify \
|
||||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||||
|
cp ./public/index.xml ./public/feed
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue