Skip to content

Commit

Permalink
Use setup homebrew action
Browse files Browse the repository at this point in the history
  • Loading branch information
dieterplex committed Dec 17, 2022
1 parent 5d3a729 commit 6c18643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt install linuxbrew-wrapper
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- run: brew install coreutils
#- run: cargo install mdbook
- run: chmod 777 -R ./
Expand All @@ -27,4 +28,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
publish_dir: ./book

0 comments on commit 6c18643

Please sign in to comment.