re-enabled update.py, needs debuging

This commit is contained in:
Suzanne Soy 2021-01-31 20:34:11 +00:00
parent c9d627351e
commit 119b100a16

View File

@ -42,11 +42,11 @@ jobs:
- name: Install prerequisites for testing - name: Install prerequisites for testing
run: sudo apt install xvfb run: sudo apt install xvfb
- name: Remove existing downloads (for now, because the update.py script seems to not work well) # - name: Remove existing downloads (for now, because the update.py script seems to not work well)
run: | # run: |
rm -rf localwiki revisions.txt updates.txt wikifiles.txt # rm -rf localwiki revisions.txt updates.txt wikifiles.txt
mkdir localwiki # mkdir localwiki
touch revisions.txt updates.txt wikifiles.txt # touch revisions.txt updates.txt wikifiles.txt
- name: Build an index file containing a list of all the files to download - name: Build an index file containing a list of all the files to download
run: python2 ./buildwikiindex.py run: python2 ./buildwikiindex.py
@ -58,14 +58,14 @@ jobs:
#run: python2 ./downloadwiki.py > ./downloadwiki.py.log #run: python2 ./downloadwiki.py > ./downloadwiki.py.log
run: python2 ./downloadwiki.py run: python2 ./downloadwiki.py
# - name: Create a list of revision IDs for each page - name: Create a list of revision IDs for each page
# run: python2 ./update.py run: python2 ./update.py
#
# - name: Get a list of pages that have changed - name: Get a list of pages that have changed
# run: python2 ./update.py run: python2 ./update.py
#
# - name: Download the changed pages (and all their dependencies) again - name: Download the changed pages (and all their dependencies) again
# run: python2 ./update.py run: python2 ./update.py
- name: Generate freecad.qhc and freecad.qch files - name: Generate freecad.qhc and freecad.qch files
run: python2 ./buildqhelp.py --non-interactive run: python2 ./buildqhelp.py --non-interactive