Skip to content

Commit

Permalink
(simatec) Update Docu and Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 23, 2024
1 parent ee5c376 commit 76cf486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-readme-to-wiki.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync README to Wiki
name: Sync Docu to Wiki

on:
push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git ./wiki
- name: Copy README.md to Wiki
- name: Copy Docu to Wiki
run: |
cp docs/de/backitup.md ./wiki/ioBroker.backitup-Wiki-Deutsch.md
cp docs/en/backitup.md ./wiki/ioBroker.backitup-Wiki-English.md
Expand All @@ -38,5 +38,5 @@ jobs:
run: |
cd wiki
git add .
git commit -m "Sync README.md to Wiki"
git commit -m "Sync Docu to Wiki"
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git
1 change: 1 addition & 0 deletions docs/de/backitup.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Hier eine kurze Erklärung der Optionen im Tab Menü
| 13. | Öffnet ein neuen Tab und zeigt die Readme von `ioBroker.backitup` an. |



![adminTabRestore](img/backitup_restore.png)

Die Bedienung des Restore Tabs sieht wie folgt aus.
Expand Down

0 comments on commit 76cf486

Please sign in to comment.