This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Merge pull request #10 from kggx/kggx/issue9 #8
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: Tests | |
# on: | |
# push: | |
# branches: [ "main" ] | |
# pull_request: | |
# branches: [ "main" ] | |
# jobs: | |
######################### | |
# Build the documentation | |
######################### | |
# docs: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - uses: actions/checkout@v4 | |
# - name: Build Markdown Files | |
# # You may pin to the exact commit or the version. | |
# # uses: reedjones/markdown-docs@9d6560077391af1d6e4cb251dba1e742c7f54b42 | |
# uses: reedjones/markdown-docs@new | |
# with: | |
# src_path: src | |
# dst_path: docs | |
# - name: Setup mdBook | |
# uses: peaceiris/actions-mdbook@v2 | |
# with: | |
# mdbook-version: '0.4.10' | |
# - name: Build mdBook | |
# run: mdbook build ./docs -d ./book | |
# - name: Deploy mdBook | |
# uses: peaceiris/actions-gh-pages@v4 | |
# with: | |
# github_token: ${{ secrets.GITHUB_TOKEN }} | |
# publish_dir: ./book | |