Skip to content

Commit

Permalink
Generate both metrics.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Aug 29, 2023
1 parent 9bbc52e commit e73e29a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
run: opam exec dune test
- name: Download Liquidsoap data
run: git clone -b metrics https://github.com/savonet/liquidsoap.git /tmp/metrics
- name: Generate metrics
run: opam exec -- metrics -i /tmp/metrics -o metrics.html --branch main
- name: Generate website
run: |
mkdir website
cp src/style.css website/
cp metrics.html website/index.html
- name: Generate metrics
run: |
opam exec -- metrics -i /tmp/metrics -o website/index.html
opam exec -- metrics -i /tmp/metrics -o website/main.html --branch main
- name: Upload website
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit e73e29a

Please sign in to comment.