Skip to content

Commit 6f3f59f

Browse files
authored
Merge pull request #260 from MarcelDiessner/feature/synchronizeDocumentation
Patch Feature/synchronizeDocumentation
2 parents 97fa553 + f094567 commit 6f3f59f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/syncDocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
env:
2-
TUTORIAL_REPO: 'tutorials.wiki'
32
BUILD_USER: ${{ secrets.BUILD_USER }}
43
BUILD_USER_PASSWD: ${{ secrets.BUILD_USER_PASSWD }}
54
BUILD_USER_EMAIL: ${{ secrets.BUILD_USER_EMAIL }}
@@ -18,7 +17,7 @@ jobs:
1817
echo "ORG=$(echo '${{ github.repository }}' | awk -F '/' '{print $1}')" >> $GITHUB_ENV
1918
echo "REPO_COMPILER_SOURCE=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
2019
echo "REPO_COMPILER_DEST=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}').wiki" >> $GITHUB_ENV
21-
echo "REPO_TUTORIAL_DEST=$(echo '${TUTORIAL_REPO}')" >> $GITHUB_ENV
20+
echo "REPO_TUTORIAL_DEST=$(echo 'tutorials.wiki')" >> $GITHUB_ENV
2221
shell: bash
2322
- name: Checkout ${REPO_COMPILER_SOURCE} Repository
2423
run: git clone https://github.com/${ORG}/${REPO_COMPILER_SOURCE}.git ${REPO_COMPILER_SOURCE}

0 commit comments

Comments
 (0)