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 cf64e85 commit ddbe437Copy full SHA for ddbe437
.github/workflows/CI.yml
@@ -31,12 +31,3 @@ jobs:
31
- name: Tests
32
run: |
33
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