Use setup-coursier Instead downloading on every run in link-validator
This commit is contained in:
parent
def5d6e388
commit
1f1fb8eb7c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/link-validator.yml
vendored
8
.github/workflows/link-validator.yml
vendored
|
|
@ -30,11 +30,11 @@ jobs:
|
|||
- name: Cache Coursier cache
|
||||
uses: coursier/cache-action@v6.4.0
|
||||
|
||||
- name: Setup Coursier
|
||||
uses: coursier/setup-coursier@v1.3.3
|
||||
|
||||
- name: create the Pekko site
|
||||
run: sbt -Dpekko.genjavadoc.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
|
||||
|
||||
- name: Install Coursier command line tool
|
||||
run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs
|
||||
|
||||
- name: Run Link Validator
|
||||
run: ./cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
|
||||
run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue