Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
Add build times artifact
  • Loading branch information
hferee authored Sep 12, 2024
1 parent 8568326 commit 4fef933
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
startGroup "Build project"
opam update -y
./install.sh -y
make -j 4
make -j 4 pretty-timed
make -j 4 doc
dune exec benchmark > benchmark.md
endGroup
Expand All @@ -53,6 +53,11 @@ jobs:
with:
name: benchmark
path: benchmark.md
- name: Upload build time log
uses: actions/upload-artifact@master
with:
name: build-time
path: time-of-build-pretty.log

- name: Revert permissions
# to avoid a warning at cleanup time
Expand Down

0 comments on commit 4fef933

Please sign in to comment.