diff --git a/.github/workflows/deploying.yml b/.github/workflows/deploying.yml index 61f9ce0b..12e9a87c 100644 --- a/.github/workflows/deploying.yml +++ b/.github/workflows/deploying.yml @@ -46,7 +46,7 @@ jobs: - name: Insert config env: DEPLOY_CONFIG: ${{ secrets.DEPLOY_CONFIG }} - run: cat "$DEPLOY_CONFIG" > ./dist/config.js + run: echo "$DEPLOY_CONFIG" > ./dist/config.js - name: Deploy to gh-pages uses: peaceiris/actions-gh-pages@v3