diff --git a/.github/workflows/minify-and-deploy.yml b/.github/workflows/minify-and-deploy.yml index 53ad63b8..f0cc9cdd 100644 --- a/.github/workflows/minify-and-deploy.yml +++ b/.github/workflows/minify-and-deploy.yml @@ -46,10 +46,8 @@ jobs: done - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 - - name: Get short SHA and create JSON - run: | - GIT_HASH=$(git rev-parse --short "$GITHUB_SHA") - python themes.py --sha=${GIT_HASH} + - name: create themes.json + run: python themes.py - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/master' }}