mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix CI artifacts page
This commit is contained in:
parent
49c17ab574
commit
d5c68bb9df
8
.github/workflows/publish-artifacts.yml
vendored
8
.github/workflows/publish-artifacts.yml
vendored
@ -42,10 +42,14 @@ jobs:
|
||||
workflow: ${{ github.event.workflow_run.workflow_id }}
|
||||
name: Catala artifacts
|
||||
path: artifacts/
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: tree
|
||||
version: 1.0
|
||||
- name: Generate HTML index
|
||||
run: |
|
||||
sudo apt update && apt install tree
|
||||
cd artifacts && tree -H . --noreport --dirsfirst -T 'Catala latest development artifacts' -s -D --charset utf-8 -o index.html
|
||||
cd artifacts
|
||||
tree -H . --noreport --dirsfirst -T 'Catala latest development artifacts' -s -D --charset utf-8 -o index.html
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user