Skip to content

Update @docusaurus/preset-classic to v3.0.0-rc.0 (#136) #106

Update @docusaurus/preset-classic to v3.0.0-rc.0 (#136)

Update @docusaurus/preset-classic to v3.0.0-rc.0 (#136) #106

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v3.13.0
with:
distribution: temurin
java-version: 17
check-latest: true
- name: Deploy to GitHub Pages
run: sbt docs/docusaurusPublishGhpages
env:
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}