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 035fc70 commit 3190a1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- run: npm run build --if-present
- run: npm run build --if-present
- run: pm2 reload 0
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Home() {
<a href="https://www.divisioncero.com/conan/" target="_blank" rel="noopener noreferrer" className="text-emerald-400 hover:underline">
<b>conan </b>
</a>
- System for computer tracking of pedophiles, but it is genuinely useful for tracking any cybercrime.
- System for computer tracking of pedophiles, but it is genuinely useful for tracking any cybercrime
</div>
<div className="my-4 text-xl">
🛡️ ./
Expand Down

0 comments on commit 3190a1c

Please sign in to comment.