Skip to content

Commit 0c1f33c

Browse files
committed
Fix the pipeline
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
1 parent 8ec97bf commit 0c1f33c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414
- name: Configure Git Credentials
15-
run: |
15+
run: |-
1616
git config user.name "$GITHUB_ACTOR"
1717
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
1818
- uses: actions/setup-python@v6
1919
- uses: abatilo/actions-poetry@v3
2020
- name: Build and deploy mkdocs site
21-
run:
21+
run: |-
2222
poetry install --no-root
2323
poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)