Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrepol742 committed Dec 26, 2023
1 parent 2fcf6bf commit 85ac544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85ac544

Please sign in to comment.