Skip to content

Add ignore for other IDEs and add ignore for docs/.venv/ #353

Add ignore for other IDEs and add ignore for docs/.venv/

Add ignore for other IDEs and add ignore for docs/.venv/ #353

Workflow file for this run

name: "Build Manual"
on:
pull_request:
paths:
- 'docs/**'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build documentation
uses: ammaraskar/[email protected]
with:
docs-folder: "docs/"
- name: Upload documentation
uses: actions/upload-artifact@v4
with:
name: Tiled-Manual-HTML
path: docs/_build/html/