From 93cb97b304efa1bc818e66b6cb95fc06250751a3 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Tue, 27 Dec 2022 17:26:14 +0100 Subject: [PATCH] formatting deploying.yml --- .github/workflows/deploying.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index a9f5152c..61f9ce0b 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -42,10 +42,12 @@ jobs: with: name: production-files path: ./dist + - name: Insert config env: DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }} run: cat "$DEPLOY_CONFIG" > ./dist/config.js + - name: Deploy to gh-pages uses: peaceiris/actions-gh-pages@v3 with: