Skip to content

Commit 7fa7dcc

Browse files
committed
Updates
1 parent a51d6df commit 7fa7dcc

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
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 }}
@@ -82,7 +82,7 @@ jobs:
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 }}

.vitepress/theme/components/YouTubeEmbed.vue

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)