From 225eba6737e89df60bf6c2cfa98e564862affdbb Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 22 Oct 2024 22:45:11 +0300 Subject: [PATCH] github: drop old stable and testing redirects Unnecessary. --- .github/workflows/deploy.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index b46bfe0..851ec9b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -68,12 +68,6 @@ jobs: - run: | latest=${{ needs.configure.outputs.latest }} echo "" > latest.html - - run: | - mkdir stable - echo "" > stable/index.html - - run: | - mkdir testing - echo "" > testing/index.html - run: find - uses: actions/configure-pages@v1 - uses: actions/upload-pages-artifact@v1