mirror of
https://github.com/Crocmagnon/blog.git
synced 2024-11-13 03:23:53 +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 \
|
||||
--gc \
|
||||
--minify \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
cp ./public/index.xml ./public/feed
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue