Skip to content

- Add alphabetical app grid gnome extension #83

- Add alphabetical app grid gnome extension

- Add alphabetical app grid gnome extension #83

Workflow file for this run

name: Generate Documentation
on:
push:
branches:
- main
workflow_dispatch:
jobs:
generate-docs:
name: Generate Documentation
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Package
uses: actions/checkout@v3
- name: Configure Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Generate Documentation
run: python .github/scripts/generate_docs.py
- name: Commit Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update documentation