Skip to content

Commit

Permalink
Add actions/checkout GitHub action to docs-publish (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Nov 20, 2024
1 parent 5279296 commit bc412d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down Expand Up @@ -63,6 +62,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- name: Download artifacts
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit bc412d2

Please sign in to comment.