We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068a68d commit 795467fCopy full SHA for 795467f
pages/index.js
@@ -17,7 +17,8 @@ export default function Home() {
17
<main className={`${styles.main} ${inter.className}`}>
18
19
<h1>Congratulations!</h1>
20
- <p>You've completed the essentials of automated application deployment with GitHub Actions! 🥳</p>
+ <img src="https://octodex.github.com/images/NUX_Octodex.gif" alt="Description of GIF" />
21
+ <p>Congrats, you've successfully set up an automated workflow with GitHub Actions to deploy your Next.js application to GitHub Pages! 🥳</p>
22
23
</main>
24
</>
0 commit comments