Skip to content

Commit

Permalink
fix dos
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Nov 6, 2023
1 parent 41912ac commit a001019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install Requirements
run: |
Expand Down

0 comments on commit a001019

Please sign in to comment.