Skip to content

Commit

Permalink
Upgrade: Docusaurus 2.0.0-beta.6 to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Jan 3, 2023
1 parent bcc78e2 commit 42ed486
Show file tree
Hide file tree
Showing 3 changed files with 16,488 additions and 20,783 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish-github-pages.yml
Expand Up @@ -12,16 +12,19 @@ jobs:
strategy:
matrix:
scala:
- { version: "2.12.12", binary-version: "2.12", java-version: "11" }
- { version: "2.13.10", binary-version: "2.13", java-version: "11", java-distribution: "temurin" }
node:
- { version: "16.16.0" }

steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: ${{ matrix.scala.java-version }}
distribution: ${{ matrix.scala.java-distribution }}
- uses: actions/setup-node@v3
with:
node-version: '14.4.0'
node-version: ${{ matrix.node.version }}
registry-url: 'https://registry.npmjs.org'

- name: Cache Coursier
Expand Down

0 comments on commit 42ed486

Please sign in to comment.