Skip to content

fix: missing trailing slash #15

fix: missing trailing slash

fix: missing trailing slash #15

name: Generate HTML documentation
on:
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: python -m pip install -U md2html-phuker
- name: Generate HTML documentation
run: md2html docs/s3-api-docs.md
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: docs
path: docs