Skip to content

Commit

Permalink
I guess that doesn't persist
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 12, 2024
1 parent b716e73 commit ed43e7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand All @@ -34,8 +39,6 @@ jobs:
- uses: actions/checkout@v4

- run: cd docs

- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down

0 comments on commit ed43e7b

Please sign in to comment.