chore: align repository structure with portfolio documentation standards

This commit is contained in:
Aric Camarata 2026-05-15 15:27:55 -04:00
parent eb5a9fe00d
commit e2ca6468cb
4 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ on:
push:
branches: [main]
paths:
- '.wiki/**'
- '.github/wiki/**'
permissions:
contents: write
@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Sync .wiki/ to GitHub Wiki
- name: Sync .github/wiki/ to GitHub Wiki
uses: Andrew-Chen-Wang/github-wiki-action@v4
with:
path: .wiki/
path: .github/wiki/
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}