diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 925c02d..f94785d 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -60,13 +60,13 @@ jobs: path: ./public # Deployment job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + # deploy: + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # runs-on: ubuntu-latest + # needs: build + # steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v4 \ No newline at end of file