diff --git a/.github/workflows/publish-drafts.yml b/.github/workflows/publish-drafts.yml index 1833c0b..b81a6ec 100644 --- a/.github/workflows/publish-drafts.yml +++ b/.github/workflows/publish-drafts.yml @@ -57,7 +57,6 @@ jobs: keep_files: true - name: Announce Deployed URL to Pull Request - if: github.event_name == 'pull_request' run: | pages_url=$(gh api repos/${{ github.repository }}/pages | jq -r '.html_url') gh pr comment ${{ github.event.pull_request.number }} \