This commit is contained in:
Gabriel Augendre 2023-05-21 11:52:57 +02:00
parent 76ff776d7b
commit 81283579ee

View file

@ -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: