Skip to content

Commit

Permalink
cd: update working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-in-son authored Aug 15, 2024
1 parent ed2212b commit 5df5457
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: bingo
defaults:
run:
working-directory: /var/www/aihomework/boilerplates/dev
working-directory: /var/www/aihomework/boilerplate/dev

steps:
- name: Checkout code
Expand Down Expand Up @@ -40,10 +40,7 @@ jobs:

- name: Pull from GitHub
id: pull
run: |
remote_repo="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
git remote add action $remote_repo
git pull action dev
run: git pull

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 5df5457

Please sign in to comment.