Skip to content

Commit

Permalink
Doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
nardew committed Apr 1, 2024
1 parent 13705f0 commit 3ef25a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 3ef25a3

Please sign in to comment.