-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(demo): use
baseHref=/
instead of baseHref=./
- Loading branch information
1 parent
fb150f8
commit 028ab8a
Showing
3 changed files
with
5 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- uses: taiga-family/ci/actions/setup/[email protected] | ||
- run: npx nx build demo --base-href='/' | ||
- run: npx nx build demo | ||
- name: Debug output | ||
run: tree dist/demo/browser -P '*.html' | ||
- name: Deploy preview | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- uses: taiga-family/ci/actions/setup/[email protected] | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo -c next --output-path ${{ env.DIST }} --base-href='/' | ||
run: npx nx build demo -c next --output-path ${{ env.DIST }} | ||
|
||
- name: Upload cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
|
@@ -129,6 +129,7 @@ jobs: | |
--branch snapshots/demo/next/${{ github.base_ref }} \ | ||
https://github.com/taiga-family/taiga-ui.git ${{ env.DIST_NEXT }} | ||
# Dont forget to delete this step later | ||
- name: Find and replace baseHref for next snapshot | ||
uses: jacobtomlinson/gha-find-replace@v3 | ||
with: | ||
|
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