Setting Up Docs Builder via GitHub Actions

This commit is contained in:
ᎠᎡ. Ѕϵrgϵ Ѵictor 2020-01-30 18:25:10 +07:00
parent fd57f92343
commit 2300de333f
1 changed files with 9 additions and 8 deletions

View File

@ -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