Skip to content

Commit 7ca9dff

Browse files
committed
Merge branch 'main' of https://github.com/Ganso/refugiOS
2 parents 6f93654 + 5739994 commit 7ca9dff

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Sync Docs to Wiki
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- 'doc/**' # Solo se dispara si cambias algo en la carpeta doc
9+
workflow_dispatch:
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout Repo
16+
uses: actions/checkout@v3
17+
18+
- name: Sync to Wiki
19+
uses: Andrew-Chen-Wang/github-wiki-action@v4
20+
env:
21+
WIKI_DIR: doc/ # Tu carpeta origen
22+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)