Skip to content

Commit

Permalink
docs: render themes correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Apr 11, 2021
1 parent afb69b4 commit 219867e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -17,13 +17,14 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
- name: Build oh-my-posh 🎨
run: |
cd src
go build -o docs/oh-my-posh
go build -o ./bin/oh-my-posh
cd ..
- name: Install and Build 🔧
run: |
export PATH="$PWD/src/bin:$PATH"
cd docs
npm install
npm run themes
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/themes.md
Expand Up @@ -19,3 +19,5 @@ Themes with `minimal` in their names do not require a Nerd Font. Read about [
[themes]: https://github.com/JanDeDobbeleer/oh-my-posh/tree/main/themes
[fonts]: /docs/fonts
[replace-you-existing-prompt]: /docs/installation#3-replace-your-existing-prompt

<!-- Do not change the content below, themes are rendered automatically -->

0 comments on commit 219867e

Please sign in to comment.