Skip to content

Commit 454e53f

Browse files
committed
update actions/deploy-pages@v4
1 parent 8ecaac4 commit 454e53f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
steps:
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v1
58+
uses: actions/deploy-pages@v4
5959

src/pages/learn/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const phaser = await getImage({src: phaserImage, formats: ['webp']});
3333

3434
<div class="grid grid-cols-1 lg:grid-cols-2 grid-row-2 mb-8 w-full gap-4">
3535

36-
<a class="w-full flex rounded-lg bg-gray-100 border transition-all hover:bg-gray-200 hover:border-gray-400 active:bg-gray-300 active:border-gray-500 " target="_blank" href="/learn/phaser/">
36+
<a class="w-full flex rounded-lg bg-gray-100 border transition-all hover:bg-gray-200 hover:border-gray-400 active:bg-gray-300 active:border-gray-500 " target="_blank" href="https://docs.colyseus.io/tutorial/phaser">
3737
<span class="rounded-l-lg w-1/3 bg-cover bg-center" style=`background-image: url(${phaser.src})`></span>
3838
<span class="p-4 w-2/3">
3939
<h3 class="text-lg font-medium text-gray-800">Phaser</h3>

0 commit comments

Comments
 (0)