Skip to content

Commit d83680c

Browse files
committed
wip
1 parent 3af27c8 commit d83680c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
defaults:
1616
run:
17-
working-directory: mikiken.net
17+
working-directory: /home/runner/work/compiler_log/
1818

1919
steps:
20-
- name: Configure git
21-
run: |
22-
git config --global user.name "mikiken"
23-
git config --global user.email "[email protected]"
24-
2520
- name: Clone repository
2621
run: |
2722
git clone https://github.com/mikiken/mikiken.net.git
2823
cd mikiken.net
2924
pwd
25+
26+
- name: Configure git
27+
run: |
28+
git config --global user.name "mikiken"
29+
git config --global user.email "[email protected]"
3030
3131
- name: Update submodules
3232
id: update

0 commit comments

Comments
 (0)