Skip to content

Commit

Permalink
chore: gh pages deploy set base path, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko committed Feb 2, 2024
1 parent b6259a1 commit 0853dc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,14 @@ jobs:
node-version: 20
cache: yarn
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4

- name: Install dependencies
run: yarn install

- name: Build
run: yarn build:demo
run: yarn build:demo --base-href {{steps.pages.base_path}}

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Validation and formatting input parameters of Credit Cards
</div>

# Demo

https://thekip.github.io/angular-cc-library/

Or run locally:

1. Clone repo
2. run `yarn install`
3. run `yarn run:demo`
Expand Down

0 comments on commit 0853dc2

Please sign in to comment.