mirror of
https://github.com/kou029w/intro-to-software-testing.git
synced 2025-01-18 16:08:00 +00:00
fix build process
This commit is contained in:
parent
edc46bdff2
commit
a907763f86
1 changed files with 6 additions and 6 deletions
12
.github/workflows/github-pages.yml
vendored
12
.github/workflows/github-pages.yml
vendored
|
@ -16,18 +16,18 @@ jobs:
|
|||
path: ${{ steps.brew_cache.outputs.dir }}
|
||||
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
|
||||
restore-keys: brew-
|
||||
- name: Installing dependencies
|
||||
run: |
|
||||
yarn install
|
||||
brew bundle
|
||||
- name: Git config
|
||||
run: |
|
||||
git config user.name bot
|
||||
git config user.email bot@example
|
||||
- name: Build
|
||||
run: |
|
||||
git subtree add --prefix pages origin gh-pages
|
||||
- name: Build pages
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Build book
|
||||
run: |
|
||||
brew bundle
|
||||
mdbook build
|
||||
- name: Publish
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue