1
0
Fork 0
mirror of https://github.com/kou029w/intro-to-software-testing.git synced 2025-04-04 02:36:23 +00:00

fix build process

This commit is contained in:
Nebel 2022-02-22 18:02:22 +09:00
parent edc46bdff2
commit a907763f86

View file

@ -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: |