Skip to content

Commit

Permalink
fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
elisherer committed Apr 10, 2024
1 parent 8e0ee23 commit 9e1d936
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ concurrency:
group: "pages"
cancel-in-progress: false

defaults:
run:
working-directory: ./packages/docs

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -35,15 +31,17 @@ jobs:
cache: npm

- name: Install Dependencies
working-directory: './packages/docs'
run: npm ci

- name: Build
working-directory: './packages/docs'
run: npm run build

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './build'
path: './packages/docs/build'
deploy:
name: Deploy to GitHub Pages
needs: build
Expand Down

0 comments on commit 9e1d936

Please sign in to comment.