Skip to content

Commit 924ef67

Browse files
authored
ci: fix docs location
1 parent 785518e commit 924ef67

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,11 @@ jobs:
102102
-v ${{ github.workspace }}/.env:/app/.env \
103103
skohub/skohub-vocabs-docker:latest
104104
105-
- name: Move results to docs/public
105+
- name: Move results to docs
106106
run: |
107-
mkdir -p docs/public
108-
cp -r public/* docs/public/
107+
rm -rf docs/*
108+
cp -r public/* docs/
109+
109110
110111
- name: Commit updated docs
111112
run: |

0 commit comments

Comments
 (0)