chore: align repository structure with portfolio documentation standards

This commit is contained in:
Aric Camarata 2026-05-15 15:27:52 -04:00
parent e734c058d1
commit 4102f7463e
10 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Sync Wiki
on:
push:
branches: [main]
paths: ['.wiki/**']
paths: ['.github/wiki/**']
permissions:
contents: write
@ -23,7 +23,7 @@ jobs:
- name: Sync wiki pages
run: |
cp .wiki/*.md .wiki-remote/
cp .github/wiki/*.md .wiki-remote/
cd .wiki-remote
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"