Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Jan 4, 2025
1 parent 339c447 commit 790f4d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Ensure docs directory exists
run: |
mkdir -p docs
- name: Configure Git Credentials
run: |
git config --global user.name "$GITHUB_ACTOR"
Expand Down

0 comments on commit 790f4d5

Please sign in to comment.