diff --git a/.github/workflows/testPublish.yml b/.github/workflows/testPublish.yml index 350d9a4..ff4ed91 100644 --- a/.github/workflows/testPublish.yml +++ b/.github/workflows/testPublish.yml @@ -18,9 +18,9 @@ jobs: node-version: [12.x, 14.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm ci @@ -37,10 +37,10 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: persist-credentials: false - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: 14 - run: npm ci @@ -49,7 +49,7 @@ jobs: - run: npm run sassRender - run: npm run distJS - run: npm run bundler - - uses: cycjimmy/semantic-release-action@v2 + - uses: cycjimmy/semantic-release-action@v3 env: GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/README.md b/README.md index 09e3bc6..dfc7ad4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ For the most up to date information on [UI development browser support](https:// ## Install -[![Build Status](https://img.shields.io/github/workflow/status/AlaskaAirlines/auro-icon/Test%20and%20publish?branch=master&style=for-the-badge)](https://github.com/AlaskaAirlines/[namespace]-[name]/actions?query=workflow%3A%22test+and+publish%22) +[![Build Status](https://img.shields.io/github/actions/workflow/status/AlaskaAirlines/auro-icon/testPublish.yml?branch=master&style=for-the-badge)](https://github.com/AlaskaAirlines/[namespace]-[name]/actions?query=workflow%3A%22test+and+publish%22) [![See it on NPM!](https://img.shields.io/npm/v/@alaskaairux/auro-icon?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@alaskaairux/auro-icon) [![License](https://img.shields.io/npm/l/@alaskaairux/auro-icon?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/demo/alaska.html b/demo/alaska.html index 02fdeb6..2687fce 100644 --- a/demo/alaska.html +++ b/demo/alaska.html @@ -20,7 +20,7 @@ fetch('/demo/alaska.md') .then((response) => response.text()) .then((text) => { - const rawHtml = marked(text); + const rawHtml = marked.parse(text); document.querySelector('main').innerHTML = rawHtml; Prism.highlightAll(); }); diff --git a/demo/demo.md b/demo/demo.md index 5af6a96..2f3a832 100644 --- a/demo/demo.md +++ b/demo/demo.md @@ -6,94 +6,72 @@ The `auro-icon` web component comes pre-configured with all the available [Auro ## Default component +The following is an example of the default use of the `auro-icon` element. +