We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 450fb53 + ed72dff commit f8b5128Copy full SHA for f8b5128
1 file changed
.github/workflows/docs.yaml
@@ -68,13 +68,13 @@ jobs:
68
permissions:
69
contents: write
70
steps:
71
+ - name: Checkout doc sources (to get the current environment)
72
+ uses: actions/checkout@v4
73
- name: Download the docs artifact
74
uses: actions/download-artifact@v4
75
with:
76
name: khisto-python-docs
77
path: ./docs/_build/html
- - name: Checkout doc sources (to get the current environment)
- uses: actions/checkout@v6
78
- name: Deploy web site
79
run: |
80
# Install tool for pushing to GH pages
0 commit comments