Skip to content

Commit

Permalink
chore(CI): simplify deploy-docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Nov 30, 2023
1 parent 80bb184 commit 29a7f35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ 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"
echo $PATH
ford --version
ford ford.md
cp ./README.md ./doc/html
- name: Upload Documentation
Expand Down

0 comments on commit 29a7f35

Please sign in to comment.