mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2026-04-20 05:22:02 +00:00
I guess that doesn't persist
This commit is contained in:
parent
b716e73179
commit
ed43e7b674
1 changed files with 5 additions and 2 deletions
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…
Reference in a new issue