Skip to content

Commit a203574

Browse files
committed
Reactivating deployment
1 parent df3c097 commit a203574

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
uses: JamesIves/[email protected]
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

0 commit comments

Comments
 (0)