Skip to content

Commit c5c2ae0

Browse files
authored
Update updater.yml
1 parent 44c914e commit c5c2ae0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/updater.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ jobs:
138138
dist/libit-${{ env.NEW_VERSION }}-py3-none-any.whl
139139
140140
- name: Update Index Page For Readthedocs
141-
run: cp README.md docs/index.md
141+
run: |
142+
mkdir -p docs
143+
cp README.md docs/index.md
142144
- name: Deploy to gh-pages
143145
uses: peaceiris/actions-gh-pages@v3
144146
with:

0 commit comments

Comments
 (0)