Skip to content

Commit aef2571

Browse files
fh1chtimowolf
authored andcommitted
ci(github-actions): don't deploy docs updates on default branch
1 parent 962e33b commit aef2571

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test_and_deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ jobs:
6363
- name: Build Docs
6464
run: npm run build-docs
6565

66-
- name: Deploy Docs
67-
uses: JamesIves/github-pages-deploy-action@4.1.5
68-
with:
69-
branch: gh-pages
70-
folder: dist/ngx-datatable
71-
if: ${{ github.ref == 'refs/heads/master' }}
72-
7366
e2e:
7467
runs-on: ubuntu-latest
7568
needs: build

0 commit comments

Comments
 (0)