Skip to content

documentation

documentation #1

Workflow file for this run

name: documentation
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs
- run: mkdocs build
- uses: actions/upload-artifact@v3
with:
name: pharo-launcher-documentation
path: site