From 94701717771e53a940498911a69c7b4ee786e809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=8E=A0=E1=8E=A1=2E=20=D0=85=CF=B5rg=CF=B5=20=D1=B4ictor?= Date: Thu, 30 Jan 2020 19:16:49 +0700 Subject: [PATCH] Setting Up Docs Builder via GitHub Actions --- .github/workflows/main.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a89358a2..8c9dd97d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -60,18 +60,19 @@ jobs: # path: MAIN # key: ldpdocs-main - - name: 🔀 Restoring Production (Master Branch) LDP Docs from LDP WWW Server - run: | - cd ~/work - 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: 🔀 Restoring Production (Master Branch) LDP Docs from LDP WWW Server +# run: | +# cd ~/work +# 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: | cd ~/work - mkdir BUILD + mkdir -p BUILD + mkdir -p MAIN ls -alR ldptool --loglevel info --builddir BUILD --configfile LDP/.github/builder.ldptool.cfg --pubdir MAIN --list ldptool --loglevel info --builddir BUILD --configfile LDP/.github/builder.ldptool.cfg --pubdir MAIN --publish