We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1e16e1 + 1143288 commit a6bfea7Copy full SHA for a6bfea7
1 file changed
.github/workflows/gh-pages.yaml
@@ -26,11 +26,11 @@ jobs:
26
# extended: true
27
28
- name: Build
29
- run: cd src && hugo --minify
+ run: cd src && hugo --minify && cd ..
30
31
- name: Deploy
32
uses: peaceiris/actions-gh-pages@v3
33
if: github.ref == 'refs/heads/gh-pages'
34
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
- publish_dir: ./public
+ publish_dir: .
0 commit comments