Skip to content

Commit

Permalink
ci: set working directory to front folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alogarcia committed Sep 13, 2023
1 parent 60e3c45 commit a1a26e7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
defaults:
run:
shell: bash
working-directory: ./frontend

steps:
- name: Checkout code
Expand All @@ -16,15 +20,9 @@ jobs:
- name: Install dependencies for environment with asdf in .tool-versions
uses: asdf-vm/actions/install@v2

- name: List workspace
run: ls

- name: See node version
run: node -v

- name: Go inside frontend folder
run: cd ./frontend

- name: list files inside frontend folder
run: ls -a

Expand Down

0 comments on commit a1a26e7

Please sign in to comment.