Skip to content

Commit 41c3abd

Browse files
committed
fix: manpage deployment
1 parent 1abe3a0 commit 41c3abd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/buid_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
jobs:
99
build-and-deploy:
1010
# Prod
11-
# runs-on: ubuntu-latest
11+
runs-on: ubuntu-latest
1212
# Self hosted
13-
runs-on: self-hosted
13+
# runs-on: self-hosted
1414
environment: production # This tells GitHub to use the production environment secrets
1515

1616
steps:

frontend/src/pages/man_pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { getManPageCategories, getOverview } from '@/lib/man-pages-utils';
99
// Get categories from database
1010
const categories = getManPageCategories();
1111
12-
// Get overview stats
12+
// Get overview statss
1313
const overview = getOverview();
1414
1515
const breadcrumbItems = [

0 commit comments

Comments
 (0)