File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 5353 - name : " Send Deploy Notification"
5454 if : ${{ !cancelled() }}
5555 continue-on-error : true
56- uses : sarisia/actions-status-discord@b8381b25576cb341b2af39926ab42c5056cc44ed # v1.15.5
56+ uses : sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
5757 with :
5858 webhook : ${{ secrets.DISCORD_WEBHOOK }}
5959 description : ${{ steps.deployment.outputs.page_url }}
8282
8383 - name : " Send Discord Notification"
8484 if : ${{ failure() }}
85- uses : sarisia/actions-status-discord@b8381b25576cb341b2af39926ab42c5056cc44ed # v1.15.5
85+ uses : sarisia/actions-status-discord@eb045afee445dc055c18d3d90bd0f244fd062708 # v1.16.0
8686 with :
8787 webhook : ${{ secrets.DISCORD_WEBHOOK }}
8888 description : ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -36,7 +36,15 @@ if (props.src) {
3636 :src =" srcUrl"
3737 :title =" props.title"
3838 frameborder =" 0"
39- allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
39+ allow ="
40+ accelerometer;
41+ autoplay;
42+ clipboard-write;
43+ encrypted-media;
44+ gyroscope;
45+ picture-in-picture;
46+ web-share;
47+ "
4048 referrerpolicy =" strict-origin-when-cross-origin"
4149 allowfullscreen
4250 ></iframe >
You can’t perform that action at this time.
0 commit comments