I guess that doesn't persist
This commit is contained in:
parent
b716e73179
commit
ed43e7b674
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@ -26,6 +26,11 @@ permissions:
|
||||
jobs:
|
||||
build-docs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
defaults:
|
||||
run:
|
||||
working-directory: docs
|
||||
|
||||
steps:
|
||||
- name: Print inputs
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
@ -34,8 +39,6 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: cd docs
|
||||
|
||||
- name: Configure Git Credentials
|
||||
run: |
|
||||
git config user.name github-actions[bot]
|
||||
|
Loading…
x
Reference in New Issue
Block a user