Skip to content

Commit

Permalink
chore: set the working dir in the gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
profanis committed Nov 3, 2024
1 parent 8ec088d commit c527d2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
run: yarn tutorials:install

- name: Build tutorial
env:
BASE_URL: store
run: npx nx run create-app:build --base /store --publicDir store --site https://ngxs.github.io/store --skip-nx-cache
working-directory: tutorials/create-app
run: npx astro build --base /store --publicDir store --site https://ngxs.github.io/store

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

0 comments on commit c527d2e

Please sign in to comment.