Skip to content

Commit

Permalink
Remove redundant working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruIstrate committed Jan 19, 2024
1 parent 1741188 commit 11e811a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Sanity Check
run: pwd
working-directory: ./salary-calc
# working-directory: ./salary-calc

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -30,11 +30,11 @@ jobs:

- name: Install Dependencies
run: "npm ci"
working-directory: ./salary-calc
# working-directory: ./salary-calc

- name: Build Project
run: npx --no-install npm run build
working-directory: ./salary-calc
# working-directory: ./salary-calc

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 11e811a

Please sign in to comment.