File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7777 sphinx-build docs/source _build
7878 - name : Deploy
7979 uses : peaceiris/actions-gh-pages@v3
80- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master ' }}
80+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main ' }}
8181 with :
8282 publish_branch : gh-pages
8383 github_token : ${{ secrets.GITHUB_TOKEN }}
9797 - uses : actions/setup-python@v2
9898 with :
9999 python-version : ${{ matrix.python-version }}
100+ - name : Use Node.js version 16
101+ uses : actions/setup-node@v3
102+ with :
103+ node-version : " 16.19.1"
100104 - uses : actions/cache@v2
101105 with :
102106 path : ${{ env.pythonLocation }}
@@ -147,7 +151,7 @@ jobs:
147151 - uses : actions/checkout@v2
148152 - uses : actions/setup-node@v2
149153 with :
150- node-version : ' 16'
154+ node-version : ' 16.19.1 '
151155 - name : Publish NPM Package
152156 shell : bash -l {0}
153157 run : |
You can’t perform that action at this time.
0 commit comments