mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-21 23:38:03 +01:00
Set feed
This commit is contained in:
parent
76ff776d7b
commit
81283579ee
1 changed files with 2 additions and 1 deletions
1
.github/workflows/hugo.yaml
vendored
1
.github/workflows/hugo.yaml
vendored
|
@ -61,6 +61,7 @@ jobs:
|
||||||
--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