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.
1 parent e07913e commit 065113fCopy full SHA for 065113f
.github/workflows/netlify-deploy-preview.yaml
@@ -28,8 +28,7 @@ jobs:
28
path: 'PR-tmp'
29
- name: "Get only changed docs"
30
run: |
31
- rsync --delete -av PR-tmp/docs/content/en/ docs/content/en/
32
- rsync --delete -av PR-tmp/docs/layouts/ docs/layouts/
+ rsync --delete -av PR-tmp/docs/ docs/ --exclude=node_modules --exclude=public --exclude=resources --exclude=static
33
rm -rf PR-tmp
34
- name: "Generate Docs"
35
uses: gooddata/gooddata-python-sdk/.github/actions/hugo-build-action@master
0 commit comments