From eb8fa1f1ca9fcf42a335c3a30677e7f4c93cb434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Nordlund=20F=C3=A4llman?= Date: Wed, 4 Mar 2026 09:15:01 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"L=C3=A4gg=20till=20github=20deploy.ym?= =?UTF-8?q?l=20f=C3=B6r=20att=20kunna=20serva=20github=20pages=20till=20/s?= =?UTF-8?q?rc=20ist=C3=A4llet=20f=C3=B6r=20root"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit edaa4e142efb35517f4b4d4faee5d158da991d2b. --- .github/workflows/deploy.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 96be9b7..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Deploy to GitHub Pages - -on: - push: - branches: - - main - -permissions: - contents: read - pages: write - id-token: write - -jobs: - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: actions/upload-pages-artifact@v3 - with: - path: ./src # 👈 serves your /src folder directly - - - uses: actions/deploy-pages@v4 - id: deployment \ No newline at end of file