Skip to content

Commit 065113f

Browse files
committed
test change rsync
1 parent e07913e commit 065113f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/netlify-deploy-preview.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
path: 'PR-tmp'
2929
- name: "Get only changed docs"
3030
run: |
31-
rsync --delete -av PR-tmp/docs/content/en/ docs/content/en/
32-
rsync --delete -av PR-tmp/docs/layouts/ docs/layouts/
31+
rsync --delete -av PR-tmp/docs/ docs/ --exclude=node_modules --exclude=public --exclude=resources --exclude=static
3332
rm -rf PR-tmp
3433
- name: "Generate Docs"
3534
uses: gooddata/gooddata-python-sdk/.github/actions/hugo-build-action@master

0 commit comments

Comments
 (0)