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
|
id-token: write
|
||||||
environment: github-pages
|
environment: github-pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
brew bundle
|
apk add mdbook tar
|
||||||
mdbook build
|
mdbook build
|
||||||
- uses: actions/upload-pages-artifact@v3
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
1
Brewfile
1
Brewfile
|
@ -1 +0,0 @@
|
||||||
brew "mdbook"
|
|
Loading…
Add table
Reference in a new issue