diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 997fca2..25b141f 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -50,15 +50,9 @@ jobs: # 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 - name: rsync deployments uses: burnett01/rsync-deployments@7.0.2 with: