chore: align repository structure with portfolio documentation standards

This commit is contained in:
Aric Camarata 2026-05-15 15:27:24 -04:00
parent 2f6d13dcd6
commit 2cf43bde8e
3 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Sync Wiki
on: on:
push: push:
branches: [main] branches: [main]
paths: [".wiki/**"] paths: [".github/wiki/**"]
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@ -29,7 +29,7 @@ jobs:
- name: Sync wiki pages - name: Sync wiki pages
if: steps.clone_wiki.outputs.wiki_exists == 'true' if: steps.clone_wiki.outputs.wiki_exists == 'true'
run: | run: |
cp .wiki/*.md .wiki-remote/ cp .github/wiki/*.md .wiki-remote/
cd .wiki-remote cd .wiki-remote
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"