mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-25 08:10:18 +01:00
.github/workflows/pages.yml: add comments
This commit is contained in:
parent
4db80ac8c1
commit
871dca1a49
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -12,6 +12,9 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
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
|
python-version: 3.9
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
uses: abatilo/actions-poetry@v2.1.4
|
uses: abatilo/actions-poetry@v2.1.4
|
||||||
@ -29,6 +32,7 @@ jobs:
|
|||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
commit_message: Automated commit with site updates
|
commit_message: Automated commit with site updates
|
||||||
|
# Only commit if there are changes to the site.
|
||||||
file_pattern: site/*
|
file_pattern: site/*
|
||||||
pages:
|
pages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user