From 2029a6fc5fd40b322bf6b39d73bd2685ad406e72 Mon Sep 17 00:00:00 2001 From: Charlotte Bush Date: Sat, 24 Feb 2024 19:35:16 -0500 Subject: [PATCH] troubleshooting deploy script --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index ba5f6eb..baa5aaa 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,4 +35,4 @@ jobs: - name: Generate redirect file run: cp dist/index.html dist/200.html - name: Deploy to Surge - run: npm run deploy --token ${{ secrets.SURGE_TOKEN }} + run: npm run deploy -- --token ${{ secrets.SURGE_TOKEN }}