mirror of
https://github.com/kou029w/nodejs-hands-on.git
synced 2025-01-18 16:08:05 +00:00
remove brew
This commit is contained in:
parent
9884e38263
commit
e8b70fa56f
2 changed files with 2 additions and 9 deletions
10
.github/workflows/github-pages.yml
vendored
10
.github/workflows/github-pages.yml
vendored
|
@ -9,18 +9,12 @@ jobs:
|
|||
id-token: write
|
||||
environment: github-pages
|
||||
runs-on: ubuntu-latest
|
||||
container: alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: Homebrew/actions/setup-homebrew@master
|
||||
- id: brew_cache
|
||||
run: echo "::set-output name=dir::$(brew --cache)"
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ steps.brew_cache.outputs.dir }}
|
||||
key: brew-v3
|
||||
- name: Build
|
||||
run: |
|
||||
brew bundle
|
||||
apk add mdbook tar
|
||||
mdbook build
|
||||
- uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
|
1
Brewfile
1
Brewfile
|
@ -1 +0,0 @@
|
|||
brew "mdbook"
|
Loading…
Add table
Reference in a new issue