diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83786a92..b51598b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: - name: Installation of Martins LDP Python Scripts run: | - sudo dpkg -i deb_dist/python3-tldp_*_all.deb + sudo dpkg -i python-tldp/deb_dist/python3-tldp_*_all.deb ldptool --dump-cfg shell: bash @@ -60,19 +60,20 @@ jobs: # path: MAIN # key: ldpdocs-main -# - name: Restoring Production (Master Branch) LDP Docs from LDP WWW Server -# run: -# mkdir -p MAIN -# rsync --stats -rvclz --delete-before -e 'ssh -p $LDPPORT -i ~/.ssh/ldpkey' $LDPUSER@$LDPHOST:/home/builder/build/en/ MAIN/en -# shell: bash + - name: Restoring Production (Master Branch) LDP Docs from LDP WWW Server + run: + mkdir -p MAIN + mkdir -p TMP + rsync --stats -rvclz --delete-before -e 'ssh -p $LDPPORT -i ~/.ssh/ldpkey' $LDPUSER@$LDPHOST:/home/builder/build/en/ TMP/en + shell: bash - name: 🧱 LDP Documents Processing via Martins scripts run: mkdir BUILD pwd ls -alR - ldptool --loglevel info --builddir BUILD --configfile .github/builder.ldptool.cfg --pubdir MAIN --list - ldptool --loglevel info --builddir BUILD --configfile .github/builder.ldptool.cfg --pubdir MAIN --publish + ldptool --loglevel info --builddir BUILD --configfile LDP/LDP/builder.ldptool.cfg --pubdir MAIN --list + ldptool --loglevel info --builddir BUILD --configfile LDP/LDP/builder.ldptool.cfg --pubdir MAIN --publish shell: bash # - name: 🔀 Built Documents Transfer for Master