Skip to content

Commit

Permalink
adjust site publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Dec 7, 2022
1 parent b98cb17 commit 81ab2a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- published

jobs:
publish:
- publish:
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
Expand All @@ -21,6 +21,13 @@ jobs:
distribution: temurin
java-version: 17
check-latest: true
- name: Install libuv
run: sudo apt-get update && sudo apt-get install -y libuv1-dev
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 7
- run: sbt docs/docusaurusPublishGhpages
- name: Publish the site
run: ./sbt docs/docusaurusPublishGhpages
env:
Expand Down

0 comments on commit 81ab2a5

Please sign in to comment.