We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec97bf commit 0c1f33cCopy full SHA for 0c1f33c
1 file changed
.github/workflows/release-pages.yaml
@@ -12,12 +12,12 @@ jobs:
12
steps:
13
- uses: actions/checkout@v6
14
- name: Configure Git Credentials
15
- run: |
+ run: |-
16
git config user.name "$GITHUB_ACTOR"
17
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
18
- uses: actions/setup-python@v6
19
- uses: abatilo/actions-poetry@v3
20
- name: Build and deploy mkdocs site
21
- run:
22
poetry install --no-root
23
poetry run mkdocs gh-deploy --force
0 commit comments