mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
Merge pull request #2 from liyunze-coding/fix-spacing
fixed contact section spacing
This commit is contained in:
commit
6d181e3ee6
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: withastro/action@v3
|
uses: withastro/action@v3
|
||||||
with:
|
with:
|
||||||
path: . # The root location of your Astro project inside the repository. (optional)
|
path: . # The root location of your Astro project inside the repository. (optional)
|
||||||
node-version: 22 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
|
node-version: 24 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
|
||||||
package-manager: bun@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
|
package-manager: bun@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ import Card from "../global/Card.astro";
|
||||||
bots, and Streamer.bot C# scripts.
|
bots, and Streamer.bot C# scripts.
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-3">
|
<p class="mb-3">
|
||||||
Full resume available upon requests via
|
Full resume available upon requests via{" "}
|
||||||
<a
|
<a
|
||||||
href="mailto:hello@rython.dev"
|
href="mailto:hello@rython.dev"
|
||||||
class="hover:text-accent underline">Email</a
|
class="hover:text-accent underline">Email</a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue