diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5469f28b160e..d90a8da87dfd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/docs/docs/themes.md b/docs/docs/themes.md index 909686c2326f..f37e63892833 100644 --- a/docs/docs/themes.md +++ b/docs/docs/themes.md @@ -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 + +