From 14a06152479199999c6d1941caf8ea846c8a4e6b Mon Sep 17 00:00:00 2001 From: z1glr Date: Fri, 20 Jun 2025 14:23:10 +0200 Subject: [PATCH] removed github pages deploy --- .github/workflows/hugo.yaml | 6 ------ 1 file changed, 6 deletions(-) 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: