Skip to content

fix: Move bucket metrics to ConcurrentHashMaps (#60) #49

fix: Move bucket metrics to ConcurrentHashMaps (#60)

fix: Move bucket metrics to ConcurrentHashMaps (#60) #49

Workflow file for this run

name: gh-pages
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Build docs
run: ./gradlew --no-daemon dokkaHtml
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/dokka/html # The folder the action should deploy.