actions: Fix

This commit is contained in:
Owain van Brakel
2019-11-02 06:27:44 +01:00
parent 529a10f786
commit c13511a6ba
3 changed files with 44 additions and 45 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Building scraper
run: ./gradlew :wiki-scraper:build --console=plain
- name: Downloading jagex cache
run: ./gradlew :cache-client:update --console=plain
run: ./gradlew :cache-client:download --console=plain
- name: Scraping NPC stats
run: ./gradlew :wiki-scraper:npcStatsScrape --console=plain
- name: Create NPC stats Pull Request