Skip to content

Commit

Permalink
wip: only run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 26, 2024
1 parent daf652f commit 68a7c2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
folder: ${{ env.OUTPUT }}/linux/amd64
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
if: github.event_name == 'pull_request'
with:
comment_tag: docs
mode: upsert
message: |
Documentation has been published to [https://${{ github.repository_owner }}.github.io/${{ github.repository }}/${{ env.DEST_DIR }}].

0 comments on commit 68a7c2f

Please sign in to comment.