Skip to content

Commit ddbe437

Browse files
committed
we do not deploy anymore
1 parent cf64e85 commit ddbe437

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ jobs:
3131
- name: Tests
3232
run: |
3333
make test
34-
35-
- name: Deploy 🚀 # Deploy to pages
36-
if: github.ref == 'refs/heads/master'
37-
uses: JamesIves/[email protected]
38-
with:
39-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
branch: gh-pages # The branch the action should deploy to.
41-
folder: dist # The folder the action should deploy.
42-
clean: true # Automatically remove deleted files from the deploy branch

0 commit comments

Comments
 (0)