Skip to content

Commit

Permalink
Adding swap space to resolve memory issue with Hugo build
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Jul 25, 2022
1 parent 938085e commit 6359a36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow-generate-website-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ jobs:
run: |
cd "${{ env.BRANCH_PATH }}/build"
go install -tags "extended" github.com/gohugoio/hugo
- name: Setup Swap Space
# Since Hugo is requiring more memory
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c
with:
swap-size-gb: 10
# Build Artifacts
# ---------------
- name: Generate Model Reference Documentation
Expand Down

0 comments on commit 6359a36

Please sign in to comment.