Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoccino committed Feb 26, 2024
1 parent 289691b commit c2848a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./examples/demo-app
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -42,7 +39,7 @@ jobs:
node-version: 18
cache: 'pnpm'
- name: Install dependencies
run: pnpm --link-workspace-packages false install
run: pnpm install
- name: Build
run: pnpm run build
- name: Setup Pages
Expand Down

0 comments on commit c2848a2

Please sign in to comment.