mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
docs: render themes correctly
This commit is contained in:
parent
afb69b4229
commit
219867eaa6
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue