KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
setup-tbls
โ 16
Open GitHub โ
GitHub Action for tbls
Download README (.md)
Explore Similar Repositories
TextMeshProAddressableFixer
:
Make TextMesh Pro Resources Addressables
pine_bricks
:
No description available.
deforestation_detection_using_deep_learning
:
Project on detecting deforestation using deep learning algorithms
pyglet-game-engine-overview
:
No description available.
awesome-assemblyscript
:
Curated listing for AssemblyScript packages, libraries, and tools. ๐
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
setup-tbls
?
Download (.md)
# setup-tbls GitHub Action for [tbls](https://github.com/k1LoW/tbls) ## Usage And set up a workflow file as follows and run tbls on GitHub Actions. ``` yaml # .github/workflows/doc.yml name: Document on: push: branches: - main jobs: doc: runs-on: ubuntu-latest steps: - name: Checkout .tbls.yml uses: actions/checkout@v3 - uses: k1low/setup-tbls@v1 - name: Run tbls for generate database document run: tbls doc ``` See [action.yml](action.yml) and [tbls README](https://github.com/k1LoW/tbls) for more details on how to configure it.