Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Pages publication #28629

Draft
wants to merge 21 commits into
base: 24_2
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
12f7d35
Github pages publish - move from npm to pnpm
ivanblinov2k17 Dec 6, 2024
adb0203
Add pnpm installation
ivanblinov2k17 Dec 6, 2024
f3502b2
Modify pnpm setup scripts
ivanblinov2k17 Dec 20, 2024
e735819
Fix yaml paddings
ivanblinov2k17 Dec 20, 2024
ad8caeb
Replace restore pnpm cache to setup inside gh-pages publication workflow
ivanblinov2k17 Dec 23, 2024
93d1c3f
Fix yaml paddings
ivanblinov2k17 Dec 23, 2024
d07e5b3
Fix paddings
ivanblinov2k17 Dec 23, 2024
1141b96
Add devextreme frameworks wrappers to build step
ivanblinov2k17 Dec 23, 2024
d1ed875
Add forgotten tgz unarchivation
ivanblinov2k17 Dec 23, 2024
a84a702
Publish demo to github pages (#27648)
ivanblinov2k17 Dec 23, 2024
e48873c
update pnpm-lock
ivanblinov2k17 Dec 23, 2024
de5f6b5
Fix node_modules path in helper
ivanblinov2k17 Dec 23, 2024
93e5622
Try new syntax of args in pnpm make-demos-bundle call, remove ngcc
ivanblinov2k17 Dec 23, 2024
c2aec2e
Use the same args style for angular
ivanblinov2k17 Dec 23, 2024
efccf18
Try to use esbuild builder for angular
ivanblinov2k17 Dec 23, 2024
ebf7641
Rename workflows
ivanblinov2k17 Dec 25, 2024
0160509
Rename workflows (not enough space)
ivanblinov2k17 Dec 25, 2024
f148c9c
add missing folder for install
ivanblinov2k17 Dec 25, 2024
250a83f
Fix matrix-test-helper renamed variable after merge
ivanblinov2k17 Dec 25, 2024
b28f0e4
Use optional chaining for Angular SystemJS WA
ivanblinov2k17 Dec 25, 2024
3d74e31
Try missing flag and use pnpx instead of npx
ivanblinov2k17 Dec 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Pages Publish
name: Publishing to GitHub Pages step 3 (to prod)

on:
workflow_dispatch:
Expand Down
Loading
Loading