@@ -35,31 +35,31 @@ jobs:
3535 - name : Run test
3636 run : ./bin/test
3737
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
4444
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
4949
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
5757
58- - name : Build documentation
59- run : ford ./pyplot-fortran.md
58+ # - name: Build documentation
59+ # run: ford ./pyplot-fortran.md
6060
61- - name : Deploy Documentation
62- uses : JamesIves/github-pages-deploy-action@4.1.0
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/github-pages-deploy-action@4.1.0
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