|
77 | 77 | github_token: ${{ secrets.GITHUB_TOKEN }}
|
78 | 78 | branches: gh-pages
|
79 | 79 |
|
80 |
| - integration-root-folder: |
81 |
| - needs: integration-checkout-v1 |
82 |
| - runs-on: ubuntu-latest |
83 |
| - steps: |
84 |
| - - name: Checkout |
85 |
| - uses: actions/checkout@v4 |
86 |
| - with: |
87 |
| - persist-credentials: false |
88 |
| - |
89 |
| - - name: Echo |
90 |
| - working-directory: integration |
91 |
| - run: | |
92 |
| - echo "Here" |
93 |
| -
|
94 |
| - - name: Build and Deploy |
95 |
| - uses: JamesIves/github-pages-deploy-action@v4 |
96 |
| - with: |
97 |
| - folder: . |
98 |
| - target-folder: cat/montezuma5 |
99 |
| - silent: true |
100 |
| - git-config-name: Montezuma |
101 |
| - git-config-email: [email protected] |
102 |
| - |
103 |
| - - name: Cleanup Generated Branch |
104 |
| - |
105 |
| - with: |
106 |
| - github_token: ${{ secrets.GITHUB_TOKEN }} |
107 |
| - branches: gh-pages |
108 |
| - |
109 | 80 | # Deploys using a container that requires you to install rsync.
|
110 | 81 | integration-container:
|
111 | 82 | needs: integration-checkout-v2
|
@@ -359,3 +330,32 @@ jobs:
|
359 | 330 | owner: MontezumaIves
|
360 | 331 | repository: lab
|
361 | 332 | branches: gh-pages
|
| 333 | + |
| 334 | + integration-root-folder: |
| 335 | + needs: integration-rebase-conflicts-cleanup |
| 336 | + runs-on: ubuntu-latest |
| 337 | + steps: |
| 338 | + - name: Checkout |
| 339 | + uses: actions/checkout@v4 |
| 340 | + with: |
| 341 | + persist-credentials: false |
| 342 | + |
| 343 | + - name: Echo |
| 344 | + working-directory: integration |
| 345 | + run: | |
| 346 | + echo "Here" |
| 347 | +
|
| 348 | + - name: Build and Deploy |
| 349 | + uses: JamesIves/github-pages-deploy-action@v4 |
| 350 | + with: |
| 351 | + folder: . |
| 352 | + target-folder: cat/montezuma5 |
| 353 | + silent: true |
| 354 | + git-config-name: Montezuma |
| 355 | + git-config-email: [email protected] |
| 356 | + |
| 357 | + - name: Cleanup Generated Branch |
| 358 | + |
| 359 | + with: |
| 360 | + github_token: ${{ secrets.GITHUB_TOKEN }} |
| 361 | + branches: gh-pages |
0 commit comments