chore: align repository structure with portfolio documentation standards

This commit is contained in:
Aric Camarata 2026-05-15 15:27:18 -04:00
parent e8b0afd119
commit 6b29dbcccf
11 changed files with 2 additions and 2 deletions

View file

@ -4,11 +4,11 @@ on:
push:
branches: [main]
paths:
- '.wiki/**'
- '.github/wiki/**'
jobs:
sync:
name: Sync .wiki/ to GitHub Wiki
name: Sync .github/wiki/ to GitHub Wiki
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4