Skip to content

Commit

Permalink
Update publish_pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed May 9, 2024
1 parent febb649 commit 3d3f9e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
version: 8
- name: Install Deps
run: pnpm install
- name: Build Docs
run: pnpm run build --filter docs
- name: Build Web
run: pnpm run build --filter web && mv ./apps/docs/dist ./apps/web/out/legacy/docs
- name: Build Docs and Web
run: pnpm run build --filter docs --filter web && cp ./apps/docs/dist ./apps/web/out/legacy/docs
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 3d3f9e8

Please sign in to comment.