diff --git a/.github/workflows/docs-gh-pages.yml b/.github/workflows/docs-gh-pages.yml index 1811458a..bb3af0ec 100644 --- a/.github/workflows/docs-gh-pages.yml +++ b/.github/workflows/docs-gh-pages.yml @@ -24,8 +24,7 @@ jobs: hugo-version: "latest" - name: Build - working-directory: ./exampleSite - run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://nunocoracao.github.io/blowfish/ + run: cd exampleSite && hugo --minify --themesDir ../.. --buildDrafts --baseURL https://nunocoracao.github.io/blowfish/ - name: Deploy uses: peaceiris/actions-gh-pages@v3