-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into docs/improvements
- Loading branch information
Showing
523 changed files
with
19,842 additions
and
4,397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ name: Deploy to GitHub Pages (DEV Version) | |
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 6 * * 1-4' | ||
|
||
permissions: | ||
contents: write | ||
|
@@ -30,15 +32,18 @@ jobs: | |
scope: '@siemens' | ||
always-auth: 'true' | ||
|
||
- name: 'Download and link @siemens/ix-brand-theme' | ||
- name: 'Download @siemens/ix-brand-theme' | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.READ_CSC_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.READ_CSC_TOKEN }} | ||
TOKEN: ${{ secrets.READ_CSC_TOKEN }} | ||
run: | | ||
PIPELINE_ROOT_DIR=$(pwd) | ||
mkdir .tmp-brand | ||
cd .tmp-brand | ||
npm install @siemens/[email protected] --no-save --legacy-peer-deps | ||
cd .. | ||
curl https://code.siemens.com/api/v4/projects/249177/packages/npm/@siemens/ix-brand-theme/-/@siemens/ix-brand-theme-2.0.0.tgz -H "Authorization: Bearer $TOKEN" --output theme.tgz | ||
tar -xvzf theme.tgz -C $PIPELINE_ROOT_DIR/node_modules/@siemens | ||
cd $PIPELINE_ROOT_DIR/node_modules/@siemens | ||
mv package ix-brand-theme | ||
cd $PIPELINE_ROOT_DIR | ||
cp -R ./node_modules/@siemens/ix-brand-theme ./packages/html-test-app/src/public/additional-theme | ||
- name: 'Build documentation for dev instance' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,15 +48,18 @@ jobs: | |
scope: '@siemens' | ||
always-auth: 'true' | ||
|
||
- name: 'Download and link @siemens/ix-brand-theme' | ||
- name: 'Download @siemens/ix-brand-theme' | ||
env: | ||
NODE_AUTH_TOKEN: ${{ secrets.READ_CSC_TOKEN }} | ||
NPM_TOKEN: ${{ secrets.READ_CSC_TOKEN }} | ||
TOKEN: ${{ secrets.READ_CSC_TOKEN }} | ||
run: | | ||
PIPELINE_ROOT_DIR=$(pwd) | ||
mkdir .tmp-brand | ||
cd .tmp-brand | ||
npm install @siemens/[email protected] --no-save --legacy-peer-deps | ||
cd .. | ||
curl https://code.siemens.com/api/v4/projects/249177/packages/npm/@siemens/ix-brand-theme/-/@siemens/ix-brand-theme-2.0.0.tgz -H "Authorization: Bearer $TOKEN" --output theme.tgz | ||
tar -xvzf theme.tgz -C $PIPELINE_ROOT_DIR/node_modules/@siemens | ||
cd $PIPELINE_ROOT_DIR/node_modules/@siemens | ||
mv package ix-brand-theme | ||
cd $PIPELINE_ROOT_DIR | ||
cp -R ./node_modules/@siemens/ix-brand-theme ./packages/html-test-app/src/public/additional-theme | ||
- name: 'Build documentation for dev instance' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,8 +162,6 @@ Contributions, issues and feature requests are welcome! | |
|
||
- Daniel Leroux <[email protected]> | ||
- Lukas Maurer <[email protected]> | ||
- Carlos Leandro Cruz Ferrer <[email protected]> | ||
- Gonçalo Ferreira <[email protected]> | ||
|
||
## 📝 License | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.