diff --git a/.github/workflows/distribute-resources-deploy.yml b/.github/workflows/distribute-resources-deploy.yml index 4d5ebba..4adbd0a 100644 --- a/.github/workflows/distribute-resources-deploy.yml +++ b/.github/workflows/distribute-resources-deploy.yml @@ -3,8 +3,8 @@ name: Distribute Resources + Deploy CF on: workflow_dispatch: push: - paths: - - 'app/resources/**/*.md' + #paths: + # - 'app/resources/**/*.md' branches: - main diff --git a/app/beginner/page.tsx b/app/beginner/page.tsx index e8bc3e2..513a3dd 100644 --- a/app/beginner/page.tsx +++ b/app/beginner/page.tsx @@ -30,7 +30,7 @@ const hasAny = (hay: string[], needles: string[]) => const isBeginnerDevTag = (tags?: unknown) => { if (!Array.isArray(tags)) return false const t = tags.map(toLower) - return t.includes('beginner dev') || t.includes('beignner dev') + return t.includes('beginner') || t.includes('beignner dev') } const formatDate = (d?: Date | string) => { @@ -184,8 +184,8 @@ export default async function BeginnerPage() {
No coding background - no problem. Start here.
  • diff --git a/app/resources/code-examples/page.tsx b/app/resources/code-examples/page.tsx index 27c8b81..c381106 100644 --- a/app/resources/code-examples/page.tsx +++ b/app/resources/code-examples/page.tsx @@ -203,7 +203,7 @@ export default async function CodeExamplesPage() { here after a rebuild.

    app/resources/courses-grants/.