Skip to content

Commit f8b5128

Browse files
authored
Merge pull request #20 from KhiopsML/doc
fix: solve dir issue in doc publish
2 parents 450fb53 + ed72dff commit f8b5128

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ jobs:
6868
permissions:
6969
contents: write
7070
steps:
71+
- name: Checkout doc sources (to get the current environment)
72+
uses: actions/checkout@v4
7173
- name: Download the docs artifact
7274
uses: actions/download-artifact@v4
7375
with:
7476
name: khisto-python-docs
7577
path: ./docs/_build/html
76-
- name: Checkout doc sources (to get the current environment)
77-
uses: actions/checkout@v6
7878
- name: Deploy web site
7979
run: |
8080
# Install tool for pushing to GH pages

0 commit comments

Comments
 (0)