Skip to content

Fix out of bound in rtrim() #2

Fix out of bound in rtrim()

Fix out of bound in rtrim() #2

Workflow file for this run

name: Pages
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Actions Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Use Python 3
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Dependencies
run: pip install mkdocs
- name: Deploy Docs
run: mkdocs gh-deploy