feat(disk): add decimal display option for storage metrics #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish wiki | |
on: | |
workflow_dispatch: | |
push: | |
branches: [main] | |
paths: [docs/**, .github/workflows/publish-wiki.yaml] | |
concurrency: | |
group: wiki | |
cancel-in-progress: true | |
permissions: | |
contents: write | |
jobs: | |
wiki: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: spenserblack/actions-wiki@v0.3.0 | |
with: | |
path: docs |