diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 868cd8dd..d80edad6 100755 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -35,12 +35,12 @@ jobs: composer install - name: Generate Sitemap run: | - wget https://github.com/mrepol742/Sitemap-Generator/releases/download/v1.1.1/Sitemap-Generator-1.0-jar-with-dependencies.jar + wget https://github.com/mrepol742/RSS-Generator/releases/download/v1.1.2/RSS-Generator-1.0-jar-with-dependencies.jar java -cp RSS-Generator-1.0-jar-with-dependencies.jar com.mrepol742.rssgenerator.App --domain https://mrepol742.github.io/ --publisher "Melvin Jones Repol" rm -rf RSS-Generator-1.0-jar-with-dependencies.jar - name: Generate RSS run: | - wget https://github.com/mrepol742/RSS-Generator/releases/download/v1.1.2/RSS-Generator-1.0-jar-with-dependencies.jar + wget https://github.com/mrepol742/Sitemap-Generator/releases/download/v1.1.1/Sitemap-Generator-1.0-jar-with-dependencies.jar java -cp Sitemap-Generator-1.0-jar-with-dependencies.jar com.mrepol742.sitemapgenerator.App --domain https://mrepol742.github.io/ --publisher "Melvin Jones Repol" rm -rf Sitemap-Generator-1.0-jar-with-dependencies.jar - name: Upload artifact