Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PetterVargas committed Mar 30, 2024
1 parent a578efa commit 8378218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/cache@v4
with:
# See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
path: |
~/.npm
${{ github.workspace }}/.next/cache
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
restore-keys: |
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home() {
<div className="z-10 max-w-6xl w-full items-center justify-between font-mono text-sm lg:flex">
<div className="text-center">
<h1 className="my-9 text-3xl">
I'm <b>Peter Vargas</b> 🀘🏽
I&apos;m <b>Peter Vargas</b> 🀘🏽
</h1>
<div className="my-4 text-xl">
I am a learner every day πŸ§‘πŸ»β€πŸ’», passionate about creating things that contribute to the world 🌎.
Expand Down Expand Up @@ -49,7 +49,7 @@ export default function Home() {
I am working on bringing these projects to the open-source world, but with an educational focus.
</div>
<div className="my-4 text-xl">
Oh, I almost forgot, I like coffee and I'm from Colombia and I live in Pereira and Caicedonia.
Oh, I almost forgot, I like coffee and I&apos;m from Colombia and I live in Pereira and Caicedonia.
</div>
</div>
</div>
Expand Down

0 comments on commit 8378218

Please sign in to comment.