Skip to content

Commit 42a569c

Browse files
committed
update workflow file
1 parent 6d08b98 commit 42a569c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing_doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ on:
1111
jobs:
1212
docs:
1313
runs-on: ubuntu-latest
14-
1514
steps:
15+
- uses: actions/checkout@v4
16+
1617
- name: Checkout Doc
17-
uses: actions/checkout@v2
1818
uses: ammaraskar/sphinx-action@7.4.7
1919
with:
2020
pre-build-command: "python3 -m pip install .[doc]"

0 commit comments

Comments
 (0)