diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 44f4e4ef0350e0f6cbb8c6788e51e84a5a148fcd..02aa24291e6550d5180d2489852c9c476f732c06 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Paused until further notice
-      - run: |
+        run: |
           echo "This action is paused until further notice."
           echo "I need to figure out how to work with the assets folder for the tile images."
           echo "Currently, they are in public/tiles, which ends in a 404 when running on GitHub pages."