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 }}
|
path: ${{ steps.brew_cache.outputs.dir }}
|
||||||
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
|
key: brew-${{ hashFiles('**/Brewfile.lock.json') }}
|
||||||
restore-keys: brew-
|
restore-keys: brew-
|
||||||
- name: Installing dependencies
|
|
||||||
run: |
|
|
||||||
yarn install
|
|
||||||
brew bundle
|
|
||||||
- name: Git config
|
- name: Git config
|
||||||
run: |
|
run: |
|
||||||
git config user.name bot
|
git config user.name bot
|
||||||
git config user.email bot@example
|
git config user.email bot@example
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
git subtree add --prefix pages origin gh-pages
|
git subtree add --prefix pages origin gh-pages
|
||||||
|
- name: Build pages
|
||||||
|
run: |
|
||||||
|
yarn install
|
||||||
yarn build
|
yarn build
|
||||||
|
- name: Build book
|
||||||
|
run: |
|
||||||
|
brew bundle
|
||||||
mdbook build
|
mdbook build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue