diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 17db805..15d57ca 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -54,6 +54,11 @@ jobs: run: | echo '
The updates folder has the emc-rdf update site.' > _site/index.html echo "This is an Eclipse update site." > _site/updates/index.html + - name: Create Zipped Update Site + shell: bash + run: | + cd _site + zip -r updates.zip updates/ - name: Upload Github Pages Artifact uses: actions/upload-pages-artifact@v3 - name: Deploy to GitHub Pages