diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index a7863a1fa..bf153dbd2 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -119,6 +119,4 @@ jobs: run: ls -la ./public - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 - with: - publish_dir: ./public \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file