Skip to content

Commit f7c83f0

Browse files
committed
retrigger workflow
1 parent f3d311c commit f7c83f0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/trigger-website-redeploy.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,19 @@ jobs:
1313
name: Update git submodule
1414
runs-on: ubuntu-latest
1515
steps:
16-
1716
- name: Install SSH Client 🔑
1817
uses: webfactory/[email protected]
1918
with:
2019
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
21-
2220
- name: Checkout
2321
uses: actions/checkout@v2
2422
with:
2523
repository: sigpwny/websites
2624
submodules: true
27-
2825
- name: Pull & update submodules recursively
2926
run: |
3027
git submodule update --init --recursive
3128
git submodule update --recursive --remote
32-
3329
- name: Commit
3430
run: |
3531
git config user.email "[email protected]"

0 commit comments

Comments
 (0)