We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785518e commit 924ef67Copy full SHA for 924ef67
1 file changed
.github/workflows/docs.yaml
@@ -102,10 +102,11 @@ jobs:
102
-v ${{ github.workspace }}/.env:/app/.env \
103
skohub/skohub-vocabs-docker:latest
104
105
- - name: Move results to docs/public
+ - name: Move results to docs
106
run: |
107
- mkdir -p docs/public
108
- cp -r public/* docs/public/
+ rm -rf docs/*
+ cp -r public/* docs/
109
+
110
111
- name: Commit updated docs
112
0 commit comments