diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7f103db..a44b9cb 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,7 +30,7 @@ jobs: env: CI: true - name: Deploy to GH Pages 🚀 - uses: actions/deploy-pages@v2 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: public + uses: actions/deploy-pages@v2 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: public