Skip to content

Commit

Permalink
(simatec) Docu sync
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec committed Aug 23, 2024
1 parent bb74fa7 commit 799f844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ jobs:
- name: Clone wiki repository
run: |
git clone https://github.com/${{ github.repository }}/wiki.git ./wiki
git clone https://github.com/${{ github.repository }}.wiki.git ./wiki
- name: Configure git remote with token
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cd wiki
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}/wiki.git
git remote set-url origin https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git
- name: Copy files to Wiki
run: |
Expand Down
1 change: 0 additions & 1 deletion docs/de/backitup.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ Des Weiteren ist für den Restore von einer InfluxDB 2.x Datenbank der Operator-
> 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 799f844

Please sign in to comment.