diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a731755..33a643b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,12 +74,4 @@ jobs: if: ${{ github.ref != 'refs/heads/master' }} with: name: ${{ format('github-pages-for-branch-{0}', env.BRANCH_NAME) }} - path: assets - - - name: Create Comment 💬 - uses: jungwinter/comment@v1 - with: - type: create - body: ${{ steps.make-stats.outputs.README_CONTENT }} - issue_number: ${{ github.event.number }} - token: ${{ secrets.GITHUB_TOKEN }} + path: assets \ No newline at end of file