Skip to content

Commit

Permalink
fix(deploy-docs.yml): set PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Nov 30, 2023
1 parent 29a7f35 commit 0ed0b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
PATH=/home/linuxbrew/.linuxbrew/bin/:"$PATH"
brew install ford gcc
PATH=`brew --prefix ford`/bin:"$PATH"
- name: Build Developer Documenation
run: |
PATH=/home/linuxbrew/.linuxbrew/bin/:"$PATH"
PATH=`brew --prefix ford`/bin:"$PATH"
ford ford.md
cp ./README.md ./doc/html
- name: Upload Documentation
Expand Down

0 comments on commit 0ed0b19

Please sign in to comment.