Skip to content

Commit

Permalink
(simatec) Fix Docu
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 23, 2024
1 parent d66f995 commit 434c5cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/sync-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Git
run: |
Expand All @@ -30,10 +32,14 @@ jobs:
cp docs/en/backitup.md ./wiki/ioBroker.backitup-Wiki-English.md
cp -r docs/de/img ./wiki/
- name: Set up remote with token
run: |
cd wiki
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git
- name: Commit and push changes
run: |
cd wiki
git add .
git commit -m "Sync documentation to Wiki"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git
git push origin master
3 changes: 2 additions & 1 deletion docs/de/backitup.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,8 @@ Der InfluxDB Adapter darf erst nach dem Restore wieder gestartet werden, da dies

Des Weiteren ist für den Restore von einer InfluxDB 2.x Datenbank der Operator-Token vor dem Restore im Menü von ioBroker.backitup zu konfigurieren.

Ohne den richtigen Operator-Token ist kein Restore möglich.
> [!NOTE]
> Ohne den richtigen Operator-Token ist kein Restore möglich.
_[Zurück zum Anfang](#dokumentation-und-anleitung-für-iobrokerbackitup)_

Expand Down

0 comments on commit 434c5cf

Please sign in to comment.