Skip to content

Commit 476955d

Browse files
committed
Update withastro action to v3
1 parent e53f520 commit 476955d

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ jobs:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
2323
- name: Install, build, and upload your site
24-
uses: withastro/action@v2
25-
# with:
24+
uses: withastro/action@v3
25+
with:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
27-
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
27+
node-version: 23.11.0 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
2828
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
29+
# env:
30+
# PUBLIC_POKEAPI: 'https://pokeapi.co/api/v2' # Use single quotation marks for the variable value. (optional)
2931

3032
deploy:
3133
needs: build

src/components/Resume.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ import ResumeSection from "../components/ResumeSection.astro";
2020
<b>Client 3:</b> Film industry.
2121
</li>
2222
<li>
23-
<b>Client 4 (current):</b> Computer vision applied to the construction
24-
industry.
23+
<b>Client 4:</b> Computer vision applied to the construction industry.
2524
</li>
2625
</ul>
2726
Extended information about my contracting experience can be provided privately.

0 commit comments

Comments
 (0)