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