diff --git a/.github/workflows/sync-readme-to-wiki.yml b/.github/workflows/sync-readme-to-wiki.yml index 29a1cc70..82c606a3 100644 --- a/.github/workflows/sync-readme-to-wiki.yml +++ b/.github/workflows/sync-readme-to-wiki.yml @@ -19,35 +19,25 @@ jobs: run: | git config --global user.name "github-actions[bot]" git config --global user.email "github-actions[bot]@users.noreply.github.com" + git config --global credential.helper store - name: Clone wiki repository - run: | - 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 clone https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git ./wiki - - name: Copy files to Wiki + - name: Copy README.md 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 - cp -r docs/de/img ./wiki/ + cp docs/en/img/* ./wiki/img/ - #- name: Commit and push changes - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - #run: | - # cd wiki - #git add . - #git commit -m "Sync documentation to Wiki" - #git push - - name: Debug Git Remote + - name: Commit and push changes + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cd wiki - git remote -v - git config --get remote.origin.url - GIT_TRACE=1 GIT_CURL_VERBOSE=1 git push \ No newline at end of file + git add . + git commit -m "Sync README.md to Wiki" + git push https://$GITHUB_TOKEN@github.com/${{ github.repository }}.wiki.git diff --git a/docs/de/backitup.md b/docs/de/backitup.md index 55e71e6b..e72bb5b6 100644 --- a/docs/de/backitup.md +++ b/docs/de/backitup.md @@ -648,6 +648,7 @@ 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)_ ---