diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 8ef9bd38..58f07bc1 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -20,7 +20,7 @@ jobs: npm run build - name: Deploy to GitHub Pages - # if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' uses: Cecilapp/GitHub-Pages-deploy@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}