chore(ci): fix destination-dir

This commit is contained in:
Jan Raasch 2020-07-09 10:45:01 +02:00
parent 90cb9bdf3e
commit f41e57a5fd

View file

@ -20,10 +20,10 @@ jobs:
uses: peaceiris/actions-hugo@v2
with:
hugo-version: latest
- name: Build local ./exampleSite
run: hugo --minify --gc --source ./exampleSite --baseURL https://janraasch.github.io/hugo-scroll/
run: hugo --minify --gc --destination ../public --source ./exampleSite --baseURL https://janraasch.github.io/hugo-scroll/
- name: Deploy to GitHub Pages
if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3