.github/workflows/pages.yml: add comments

This commit is contained in:
Alan Orth 2021-12-14 14:54:07 +02:00
parent 4db80ac8c1
commit 871dca1a49
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
# 2021-12-14 this is currently an OK choice, but it will need to be
# updated eventually as the ecosystem moves. Keep in sync with the
# version in pyproject.toml.
python-version: 3.9
- name: Install Poetry
uses: abatilo/actions-poetry@v2.1.4
@ -29,6 +32,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Automated commit with site updates
# Only commit if there are changes to the site.
file_pattern: site/*
pages:
runs-on: ubuntu-latest