diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8219634..3c606dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,8 +26,8 @@ jobs: - name: Build run: | - cd exampleSite - hugo -t resume --themesDir ../.. + cd exampleSite + hugo -t resume --themesDir ../.. - name: Deploy uses: peaceiris/actions-gh-pages@v3