Skip to content

Commit 134ba2a

Browse files
committed
wip
1 parent 7620be4 commit 134ba2a

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.github/workflows/deployment.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,10 @@ jobs:
1414
runs-on: ubuntu-20.04
1515

1616
steps:
17-
- name: Checkout repository
18-
uses: actions/checkout@v3
19-
with:
20-
repository: mikiken/mikiken.net
21-
submodules: recursive
22-
path: /home/runner/work/mikiken.net
23-
24-
- name : cd to mikiken.net
17+
- name: Clone repository
2518
run: |
26-
cd /home/runner/work/mikiken.net
27-
pwd
28-
ls -la
19+
git clone https://github.com/mikiken/mikiken.net.git
20+
cd mikiken.net
2921
3022
- name: Configure git
3123
run: |
@@ -42,7 +34,4 @@ jobs:
4234
git commit -m "Update submodule via github-actions"
4335
4436
- name: Push changes
45-
uses: ad-m/github-push-action@master
46-
with:
47-
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
48-
branch: main
37+
run : git push origin main

0 commit comments

Comments
 (0)