Skip to content

Commit bc412d2

Browse files
authored
Add actions/checkout GitHub action to docs-publish (#2518)
1 parent 5279296 commit bc412d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
1514
- uses: actions/setup-python@v5
1615
with:
1716
python-version: "3.12"
@@ -63,6 +62,7 @@ jobs:
6362
contents: write
6463

6564
steps:
65+
- uses: actions/checkout@v4
6666
- name: Download artifacts
6767
uses: actions/download-artifact@v4
6868
with:

0 commit comments

Comments
 (0)