File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -156,12 +156,12 @@ jobs:
156156 name : docs
157157 path : docs/build/html
158158
159- # - name: Deploy 🚀
160- # uses: JamesIves/[email protected] 161- # if: ${{ github.event_name == 'push' && github.repository_owner == 'Parallel-in-Time' && github.ref == 'refs/heads/master' && !env.ACT }}
162- # with:
163- # branch: gh-pages # The branch the action should deploy to.
164- # folder: docs/build/html # The folder the action should deploy.
159+ - name : Deploy 🚀
160+ 161+ if : ${{ github.event_name == 'push' && github.repository_owner == 'Parallel-in-Time' && github.ref == 'refs/heads/master' }}
162+ with :
163+ branch : gh-pages # The branch the action should deploy to.
164+ folder : docs/build/html # The folder the action should deploy.
165165
166166# spawn_gitlab_and_postprocess:
167167# runs-on: ubuntu-latest
You can’t perform that action at this time.
0 commit comments