Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiken committed Nov 12, 2023
1 parent 876af5b commit 39429b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: /home/runner/work/compiler_log/
working-directory: /home/runner/work/compiler_log/mikiken.net

steps:
- name: Clone repository
Expand All @@ -24,15 +24,19 @@ jobs:
git init
pwd
ls -la
working-directory: /home/runner/work/compiler_log/

- name: Configure git
run: |
pwd
git config --global user.name "mikiken"
git config --global user.email "[email protected]"
- name: Update submodules
id: update
run: git submodule update --remote --recursive
run: |
pwd
git submodule update --remote --recursive
- name: Add and commit files
run: |
Expand Down

0 comments on commit 39429b2

Please sign in to comment.