@@ -35,31 +35,31 @@ jobs:
35
35
- name : Run test
36
36
run : ./bin/test
37
37
38
- Deploy :
39
- runs-on : ubuntu-latest
40
- if : {{ github.ref == 'ref/head/master' }}
41
- steps :
42
- - name : Checkout code
43
- uses : actions/checkout@v1
38
+ # Deploy:
39
+ # runs-on: ubuntu-latest
40
+ # if: {{ github.ref == 'ref/head/master' }}
41
+ # steps:
42
+ # - name: Checkout code
43
+ # uses: actions/checkout@v1
44
44
45
- - name : Set up Python 3.x
46
- uses : actions/setup-python@v1 # Use pip to install latest CMake, & FORD/Jin2For, etc.
47
- with :
48
- python-version : 3.x
45
+ # - name: Set up Python 3.x
46
+ # uses: actions/setup-python@v1 # Use pip to install latest CMake, & FORD/Jin2For, etc.
47
+ # with:
48
+ # python-version: 3.x
49
49
50
- - name : Install other tools
51
- if : contains( matrix.os, 'ubuntu')
52
- run : |
53
- sudo apt-get install graphviz
54
- sudo -H pip install numpy
55
- sudo -H pip install ford && ford --version
56
- sudo -H pip install matplotlib
50
+ # - name: Install other tools
51
+ # if: contains( matrix.os, 'ubuntu')
52
+ # run: |
53
+ # sudo apt-get install graphviz
54
+ # sudo -H pip install numpy
55
+ # sudo -H pip install ford && ford --version
56
+ # sudo -H pip install matplotlib
57
57
58
- - name : Build documentation
59
- run : ford ./pyplot-fortran.md
58
+ # - name: Build documentation
59
+ # run: ford ./pyplot-fortran.md
60
60
61
- - name : Deploy Documentation
62
-
63
- with :
64
- branch : gh-pages # The branch the action should deploy to.
65
- folder : doc # The folder the action should deploy.
61
+ # - name: Deploy Documentation
62
+ # uses: JamesIves/[email protected]
63
+ # with:
64
+ # branch: gh-pages # The branch the action should deploy to.
65
+ # folder: doc # The folder the action should deploy.
0 commit comments