Skip to content

Commit

Permalink
Updated to actions for working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGartner committed Sep 11, 2023
1 parent bbc9398 commit 5f1eb08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
with:
node-version: "14.x"

- name: Change directory
run: cd client

- name: Install all dependencies
working-directory: ./client
run: npm install

- name: Build
working-directory: ./client
run: npm run build # The build command of your project

- name: Push
working-directory: ./client
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
Expand Down

0 comments on commit 5f1eb08

Please sign in to comment.