Skip to content

Commit

Permalink
docs: add linz logo
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Nov 8, 2023
1 parent f4ac60b commit 5300a3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
with:
package-manager: yarn

# TODO: running a giant copy command to import CSS and SVG files into the docs file in not super ideal
- name: Build docs
run: |
cp packages/landing/node_modules/@linzjs/lui/dist/assets/images/linz-motif.svg docs/
npx typedoc
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material:9.4 build
Expand Down Expand Up @@ -88,6 +90,7 @@ jobs:

- name: Build docs
run: |
cp packages/landing/node_modules/@linzjs/lui/dist/assets/images/linz-motif.svg docs/
npx typedoc
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material:9.4 build
env:
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ site_dir: './packages/landing/dist/docs'

theme:
name: 'material'
logo: 'linz-motif.svg'
features:
- navigation.indexes

Expand Down

0 comments on commit 5300a3c

Please sign in to comment.