Skip to content

Commit 712d828

Browse files
committed
instrument gh action for memory usage
1 parent 4548449 commit 712d828

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/myst-to-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
- name: Build HTML Assets
5252
run: |
5353
export PYTHONPATH=$(pwd)/modules
54+
free -h
5455
myst build --execute --html --execute-parallel 1
56+
free -h
5557
- name: Setup Pages
5658
uses: actions/configure-pages@v3
5759
- name: Upload artifact

0 commit comments

Comments
 (0)