Skip to content

Commit

Permalink
Merge pull request #1135 from City-of-Helsinki/docsite-hotfix-core-co…
Browse files Browse the repository at this point in the history
…de-examples

Doc site hotfix to core code examples
  • Loading branch information
harriplappalainen authored Oct 5, 2023
2 parents dea8dde + 1ddd220 commit 18f3033
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-icon-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js environment
uses: actions/setup-node@v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Read .nvmrc
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion site/src/components/layout.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "utf-8";
@import "~hds-design-tokens/lib/all.scss";
@import "~hds-core/lib/components/table/table.css";
@import "~hds-core/lib/components/all.min.css";
@import "utils.scss";

:root {
Expand Down

0 comments on commit 18f3033

Please sign in to comment.