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 3d3f9e8 commit 333e6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Deps
run: pnpm install
- name: Build Docs and Web
run: pnpm run build --filter docs --filter web && cp ./apps/docs/dist ./apps/web/out/legacy/docs
run: pnpm run build --filter docs --filter web && cp -r ./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 333e6e6

Please sign in to comment.